与えられた数列の和を求める問題です。数列は $4 + 7 \cdot 4 + 10 \cdot 4^2 + \dots + (3n+1) \cdot 4^{n-1}$ で表されます。

代数学数列級数等比数列
2025/6/30

1. 問題の内容

与えられた数列の和を求める問題です。数列は 4+74+1042++(3n+1)4n14 + 7 \cdot 4 + 10 \cdot 4^2 + \dots + (3n+1) \cdot 4^{n-1} で表されます。

2. 解き方の手順

求める和を SS とします。
S=4+74+1042++(3n+1)4n1S = 4 + 7 \cdot 4 + 10 \cdot 4^2 + \dots + (3n+1) \cdot 4^{n-1}
4S=42+742+1043++(3n+1)4n4S = 4^2 + 7 \cdot 4^2 + 10 \cdot 4^3 + \dots + (3n+1) \cdot 4^n
S4S=4+(74)4+(107)42++(3n+1(3n2))4n1(3n+1)4nS - 4S = 4 + (7-4) \cdot 4 + (10-7) \cdot 4^2 + \dots + (3n+1 - (3n-2)) \cdot 4^{n-1} - (3n+1) \cdot 4^n
3S=4+34+342++34n1(3n+1)4n-3S = 4 + 3 \cdot 4 + 3 \cdot 4^2 + \dots + 3 \cdot 4^{n-1} - (3n+1) \cdot 4^n
3S=4+3(4+42++4n1)(3n+1)4n-3S = 4 + 3(4 + 4^2 + \dots + 4^{n-1}) - (3n+1) \cdot 4^n
等比数列の和の公式を利用します。
4+42++4n1=4(4n11)41=4(4n11)3=4n434 + 4^2 + \dots + 4^{n-1} = \frac{4(4^{n-1} - 1)}{4-1} = \frac{4(4^{n-1} - 1)}{3} = \frac{4^n - 4}{3}
3S=4+34n43(3n+1)4n-3S = 4 + 3 \cdot \frac{4^n - 4}{3} - (3n+1) \cdot 4^n
3S=4+4n4(3n+1)4n-3S = 4 + 4^n - 4 - (3n+1) \cdot 4^n
3S=4n(3n+1)4n-3S = 4^n - (3n+1) \cdot 4^n
3S=(1(3n+1))4n-3S = (1 - (3n+1)) \cdot 4^n
3S=3n4n-3S = -3n \cdot 4^n
S=n4nS = n \cdot 4^n

3. 最終的な答え

n4nn \cdot 4^n

「代数学」の関連問題