Hacker News new | ask | show | jobs
by Andaith 1556 days ago
I entered 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, and it predicted 1.20, 1.24, 2.24, 4.22, 0.01 so I broke it there, sorry.

I also entered 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, and it predicted 55.02, 60.04, 65.07, 70.09, 75.11, which are accurate when rounded :)

2 comments

To give littlefish a fair shake at getting the Fibonacci sequence, you should give the input:

  1 1 2 3 5 8 13 21 34 55
which it does... kinda poorly with? It biases towards not growing fast enough.

  83.59 133.12 205.16 314.04 479.25
how would you describe the pattern of the first one?
The classic Nine 1s, One 2 of course!