A021113 Decimal expansion of 1/109.
0, 0, 9, 1, 7, 4, 3, 1, 1, 9, 2, 6, 6, 0, 5, 5, 0, 4, 5, 8, 7, 1, 5, 5, 9, 6, 3, 3, 0, 2, 7, 5, 2, 2, 9, 3, 5, 7, 7, 9, 8, 1, 6, 5, 1, 3, 7, 6, 1, 4, 6, 7, 8, 8, 9, 9, 0, 8, 2, 5, 6, 8, 8, 0, 7, 3, 3, 9, 4, 4, 9, 5, 4, 1, 2, 8, 4, 4, 0, 3, 6, 6, 9, 7, 2, 4, 7, 7, 0, 6, 4, 2, 2, 0, 1, 8, 3, 4, 8, 6, 2, 3, 8, 5, 3, 2, 1, 1
Offset: 0
Examples
0.00917431192660550458715596330275229357798165137614...
Links
- "Xochipilli", Le Webinet des curiosités:les meilleures recettes de Kaprekar (in French)
- Guillaume Yoda, Dictionnaire des nombres - 109 (in French)
- Index entries for linear recurrences with constant coefficients, signature (1, 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, -1, 1).
Programs
-
Mathematica
RealDigits[1/109, 10, 100][[1]] (* Alonso del Arte, Feb 11 2012 *)
-
PARI
1/109. \\ Charles R Greathouse IV, Feb 13 2012
Formula
Equals Sum_{k>=1} (-1)^(k+1) * Fibonacci(k)/10^(k+1). - Amiram Eldar, Feb 05 2022
Comments