0

$$G(x) = \sum_{n=1}^\infty na_n x^n $$

Hello. I need to find a generating function for the summation above, where $a_n$ is the Fibonacci sequence.

I have found the generating function for the fib itself but am confused as to how I can progress further. I also tried plugging in the closed form of the fib sequence and tried to separate out variables to get a sum of sigmas, but it didn't help. Can someone guide me in the right direction?

Math1000
  • 36,983
badatmath
  • 183

1 Answers1

1

Hint:

Note that $$ G(x)=\sum_{n=1}^{\infty}na_nx^n=x\sum_{n=1}^{\infty}na_nx^{n-1}=x\frac{d}{dx}\left[\sum_{n=0}^{\infty}a_nx^n\right] $$

So, if you've already got the generating function for the Fibonacci sequence $(a_n)_{n=0}^{\infty}$, you can easily modify it to get the function that you're looking for.

Nick Peterson
  • 32,430