A236799 Decimal expansion of 1/9998.
0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 4, 0, 0, 0, 8, 0, 0, 1, 6, 0, 0, 3, 2, 0, 0, 6, 4, 0, 1, 2, 8, 0, 2, 5, 6, 0, 5, 1, 2, 1, 0, 2, 4, 2, 0, 4, 8, 4, 0, 9, 6, 8, 1, 9, 3, 6, 3, 8, 7, 2, 7, 7, 4, 5, 5, 4, 9, 1, 0, 9, 8, 2, 1, 9, 6, 4, 3, 9, 2, 8, 7, 8, 5, 7, 5, 7, 1, 5, 1, 4, 3, 0, 2, 8, 6, 0, 5, 7, 2, 1, 1, 4, 4, 2
Offset: 0
Examples
0.0001000200040008001600320064012802560512102420484096819363872774554910982...
Links
- Jean-François Alcover, Table of n, a(n) for n = 0..359
Programs
-
Mathematica
Join[{0, 0, 0}, RealDigits[1/9998, 10, 102] // First]
-
PARI
1/9998. \\ Charles R Greathouse IV, Feb 26 2014
Comments