A243629 Fibonacci's solution to x^3 + 2x^2 + 10x = 20.
1, 22, 7, 42, 33, 4, 40
Offset: 0
Keywords
Examples
x = 1 + 22/60 + 7/60^2 + 42/60^3 + 33/60^4 + 4/60^5 + 40/60^6. Then x^3 + 2x^2 + 10x = 20.0000000006719323...
References
- Alfred S. Posamentier & Ingmar Lehmann, The (Fabulous) Fibonacci Numbers. New York: Prometheus Books (2007): 21.
Crossrefs
Cf. A159990 shows the sequence corrected.
Comments