A020821 Decimal expansion of 1/8.
1, 2, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0
Examples
0.12500000000000000000...
Links
- Kiran S. Kedlaya, A < B, (1999), Problem 6.3, p. 6.
- Srinivasa Ramanujan, Question 629, Journal of the Indian Mathematical Society, Vol. 7 (1918), p. 40.
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
Mathematica
PadRight[{1, 2, 5}, 100] (* Paolo Xausa, Aug 27 2024 *)
Formula
Equals Sum_{k>=1} exp(-Pi*k^2) * (Pi*k^2 - 1/4) (Ramanujan, 1918). - Amiram Eldar, Jan 01 2025
Comments