Posts Tagged ‘numbers’

exponential fibonacci binaries

note to myself: make Graphs

Fibonacci:
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...

Base-2 (2^x):
1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, ...

Exponential (x^2):
1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, ...

Comments Welcome!