Fibonacci Fractions

0.1 + 0.01 + 0.002 + 0.0003 + 0.00005 + 0.000008 + 0.1+ 0.01+ 0.002+ 0.0003+ 0.00005+ 0.000008+\ldots

The series above shows the sum of all n th n^\text{th} Fibonacci number, shifted n n places to the right (that is, divided by 1 0 n 10^n ). If its closed form can be represented as a b \frac a b for coprime positive integers, find a + b a+b .


The answer is 99.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Discussions for this problem are now closed

Steven Yuan
Jan 22, 2015

Let

S = F 1 10 + F 2 100 + F 3 1000 + = n = 1 F n 1 0 n S = \frac{F_1}{10} + \frac{F_2}{100} + \frac{F_3}{1000} + \cdots = \sum_{n = 1}^{\infty} \frac{F_n}{10^n}

where F n F_n denotes the n n -th Fibonacci number.

10 S = F 1 + F 2 10 + F 3 100 + 10 S S = F 1 + ( F 2 10 F 1 10 ) + ( F 3 100 F 2 100 ) + 9 S = 1 + 0 + F 1 100 + F 2 1000 + 9 S = 1 + S 10 S = 10 89 . \begin{aligned} 10S &= F_1 + \frac{F_2}{10} + \frac{F_3}{100} + \cdots \\ 10S - S &= F_1 + \left ( \frac{F_2}{10} - \frac{F_1}{10} \right) + \left ( \frac{F_3}{100} - \frac{F_2}{100} \right ) + \cdots \\ 9S &= 1 + 0 + \frac{F_1}{100} + \frac{F_2}{1000} + \cdots \\ 9S &= 1 + \frac{S}{10} \\ S &= \frac{10}{89}. \end{aligned}

Thus, a + b = 10 + 89 = 99 . a + b = 10 + 89 = \boxed{99}.

Jake Lai
Jan 24, 2015

The generating function for the Fibonacci numbers is

x 1 x x 2 = k = 1 F k x k \frac{x}{1-x-x^{2}} = \sum_{k=1}^{\infty} F_{k}x^{k}

Plug in x = 1 10 x = \frac{1}{10} and you're done.

Further generalise your proof? JkJk.

Julian Poon - 6 years, 4 months ago

The relation is valid only for the range x ( 1 5 2 , 1 + 5 2 ) x \in \left(\frac{-1-\sqrt{5}}{2},\frac{-1+\sqrt{5}}{2}\right)

Janardhanan Sivaramakrishnan - 6 years, 4 months ago
Josh Banister
Jan 22, 2015

Oh dear I hated this one but I'm so glad I finished it. First define the n t h n^{th} term as f ( n ) f(n) .

Seeing as this is the sum of Fibonacci numbers, it first makes sense to consider each term as the sum of the previous 2. i.e. f ( n 2 ) 100 + f ( n 1 ) 10 = f ( n ) 100 f ( n ) = 10 f ( n 1 ) + f ( n 2 ) \frac{f(n-2)}{100} + \frac{f(n-1)}{10} = f(n) \implies 100f(n) = 10f(n-1) + f(n-2)

Let x = n = 1 f ( n ) x = \sum_{n=1}^{\infty}f(n) . Now the fun begins by multiplying by 100 100 x = 100 n = 1 f ( n ) = n = 1 100 f ( n ) 100 x = 11 + n = 3 100 f ( n ) 100 x = 11 + n = 3 f ( n 2 ) + n = 3 10 f ( n 1 ) 100 x = 11 + n = 1 f ( n ) + n = 2 10 f ( n ) 100 x = 11 + n = 1 f ( n ) + n = 1 10 f ( n ) 1 100 x = 11 + x + 10 x 1 89 x = 10 x = 10 89 100x = 100\sum_{n=1}^{\infty}f(n) = \sum_{n=1}^{\infty}100f(n) \\ 100x = 11 + \sum_{n=3}^{\infty}100f(n) \\ 100x = 11 + \sum_{n=3}^{\infty}f(n-2) + \sum_{n=3}^{\infty}10f(n-1) \\ 100x = 11 + \sum_{n=1}^{\infty}f(n) + \sum_{n=2}^{\infty}10f(n) \\ 100x = 11 + \sum_{n=1}^{\infty}f(n) + \sum_{n=1}^{\infty}10f(n) - 1 \\ 100x = 11 + x + 10x -1 \\ 89x = 10 \\ x = \frac{10}{89}

Now that we know what x x is, we can now say a + b = 10 + 89 = 99 a + b = 10 + 89 = \boxed{99}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...