Let Fn be the Fibonacci sequence, that is, F0=0, F1=1, and Fn+2=Fn+1+Fn. Compute n=0∑∞10nFn.
Solution — click to reveal
Let S=∑n=0∞10nFn. Then S=F0+10F1+102F2+103F3+⋯=10F0+1+102F1+F0+103F2+F1+⋯=101+10F0+102F1+103F2+⋯+102F0+103F1+⋯=101+101S+1021S.Solving, we find S=8910.