A227093 Decimal expansion of 1/9899.
0, 0, 0, 1, 0, 1, 0, 2, 0, 3, 0, 5, 0, 8, 1, 3, 2, 1, 3, 4, 5, 5, 9, 0, 4, 6, 3, 6, 8, 3, 2, 0, 0, 3, 2, 3, 2, 6, 4, 9, 7, 6, 2, 6, 0, 2, 2, 8, 3, 0, 5, 8, 8, 9, 4, 8, 3, 7, 8, 6, 2, 4, 1, 0, 3, 4, 4, 4, 7, 9, 2, 4, 0, 3, 2, 7, 3, 0, 5, 7, 8, 8, 4, 6, 3, 4, 8, 1, 1, 5, 9, 7, 1, 3, 1, 0, 2, 3, 3, 3, 5, 6, 9, 0, 4, 7
Offset: 0
Examples
0.00010102030508132134559046368320032326497626022830588...
Links
- Paolo Xausa, Table of n, a(n) for n = 0..1000
Programs
-
Maple
Digits := 140; evalf(1/9899);
-
Mathematica
First[RealDigits[1/9899, 10, 100, -1]] (* Paolo Xausa, Jun 16 2024 *)
Formula
Equals Sum_{i>=0} Fibonacci(i)/100^(i+1).
Comments