Comment

Some More News: If You Don't Want to Be Called a Fascist, Stop Supporting Donald Trump, a Fascist

508
Belafon7/31/2018 10:20:12 am PDT

re: #503 ObserverArt

I noticed I climbed over 100,000+ last week sometime.

Thanks to everyone that considers anything I contribute worthy!

I wrote a little Python function to help me determine the smallest 6 digit Fibonacci number: 121,393. Then, being a good programmer, I generalized it. Here’s how fast Fibonacci numbers grow: For a given length, there are at most five numbers of that length. Some lengths only have four Fibonacci numbers. With an efficient implementation, you only have to do about 500 computations to get Fibonacci numbers of length 100.