-2

How to determine the sum of series $\sum_{k=1}^{\infty} \frac{k^4}{3^k}$

The series converges and I found that:
$\sum_{k=1}^{\infty} \frac{k^4}{3^k} = \frac{1}{3} + \frac{16}{9} + 3 + \frac{256}{81} ...$

olava
  • 1

1 Answers1

0

(i) Use a recursive method or Stirling numbers(basically the same thing) to write $k^4$ as a lonear combination of falling powers $$ak^{(4)}+bk^{(3)}+ck^{(2)}+dk^{(1)}$$(ii) write $$(1/3)^k=(-3/2)\Delta(1/3)^k$$(iii)Sum the terms from $k=1 \space \text {to} k=m$ by applying summation by parts 4 times to reduce to a geometric series. $$\text{(iv)Take the limit as } m \rightarrow \infty$$

P. Lawrence
  • 5,674