A021108 Decimal expansion of 1/104.
0, 0, 9, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4, 6, 1, 5, 3, 8, 4
Offset: 0
Examples
0.009615384615384615384615384615384615384615384615384615384615384...
Links
- Index entries for linear recurrences with constant coefficients, signature (1,0,-1,1).
Programs
-
Mathematica
Join[{0, 0}, RealDigits[1/104, 10, 120][[1]]] (* or *) PadRight[{0, 0, 9, 6}, 120,{3, 8, 4, 6, 1, 5}] (* Harvey P. Dale, Aug 18 2012 *)
Comments