Find the sum of n terms of the series $3+8+22+72+266+1036+....$
Reveal answer
Fill a bubble to check yourself
Find the sum of n terms of the series $3+8+22+72+266+1036+....$
Analyze the differences between consecutive terms by factoring them out relative to the previous term. The terms can be expressed using a combination of an arithmetic progression and powers of 4. Summing the general nth term of 4^(n-1) plus 2n plus 1 across n terms yields the total sum. Evaluating the geometric and arithmetic components leads to the sum formula 3n/4 + n(n+1) + (1/12)(4^n-1).