Fibonacci Numbers
Fibonacci Numbers
1.)
n f (n) n f (n) n f (n) n f (n)
0 0
I noticed that after the first 60 numbers in the Fibonacci Sequence the last digit in each number starts to repeat which
then creates a 60 digit repeat pattern that goes on infinitely.
2.) Fibonacci Numbers
1 1 2 3 5 8 13 21 34 55 89 144
Look for the square of the first few Fibonacci numbers.
1 1 2 3 5 8 13 21 34 55 89 144
1 1 4 9 25 64 169 441 1,156 3,025 7,921 20,736
Then add the two consecutive preceding squares of the Fibonacci numbers and the pattern constructs
1 1 2 3 5 8 13 21 34 55 89 144
1 1 4 9 25 64 169 441 1,156 3,025 7,921 20,736
—---------------------------------------------------------------------------------------------------------------
1 1 2 3 5 8 13 21 34 55 89 144
1 1 4 9 25 64 169 441 1,156 3,025 7,921 20,736
—---------------------------------------------------------------------------------------------------------------
1 1 2 3 5 8 13 21 34 55 89 144
1 1 4 9 25 64 169 441 1,156 3,025 7,921 20,736
—---------------------------------------------------------------------------------------------------------------
1 1 2 3 5 8 13 21 34 55 89 144
1 1 4 9 25 64 169 441 1,156 3,025 7,921 20,736
In fact, here’s another one, Suppose you wanted to look at adding the squares of the first few Fibonacci numbers
So,
1+1+4 = 6
1+1+4+9 = 15
1+1+4+9+25 = 40
1+1+4+9+25+64 = 104
1+1+4+9+25+64+169 = 273
1+1+4+9+25+64+169+441 = 714
1+1+4+9+25+64+169+441+1,156 = 1,870
1+1+4+9+25+64+169+441+1,156+3,025 = 4,895
1+1+4+9+25+64+169+441+1,156+3,025+7,921 = 12,816
Those are not Fibonacci Numbers but if you look at them closely, you’ll see the Fibonacci numbers are buried inside
them.
See,
1+1+4 = 6 = 2x3
1+1+4+9 = 15 = 3x5
1+1+4+9+25 = 40 = 5x8
1+1+4+9+25+64 = 104 = 8x13
1+1+4+9+25+64+169 = 273 = 13x21
1+1+4+9+25+64+169+441 = 714 = 21x34
1+1+4+9+25+64+169+441+1,156 = 1,870 = 34x55
1+1+4+9+25+64+169+441+1,156+3,025 = 4,895 = 55x89
1+1+4+9+25+64+169+441+1,156+3,025+7,921 = 12,816 = 89x144