A021125 Decimal expansion of 1/121.
0, 0, 8, 2, 6, 4, 4, 6, 2, 8, 0, 9, 9, 1, 7, 3, 5, 5, 3, 7, 1, 9, 0, 0, 8, 2, 6, 4, 4, 6, 2, 8, 0, 9, 9, 1, 7, 3, 5, 5, 3, 7, 1, 9, 0, 0, 8, 2, 6, 4, 4, 6, 2, 8, 0, 9, 9, 1, 7, 3, 5, 5, 3, 7, 1, 9, 0, 0, 8, 2, 6, 4, 4, 6, 2, 8, 0, 9, 9, 1, 7, 3, 5, 5, 3, 7, 1, 9, 0, 0, 8, 2, 6, 4, 4, 6, 2, 8, 0
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,0,0,0,0,0,0,-1,1).
Programs
-
Mathematica
Join[{0,0},RealDigits[1/121,10,120][[1]]] (* or *) PadRight[{},120,{0,0,8,2,6,4,4,6,2,8,0,9,9,1,7,3,5,5,3,7,1,9}] (* Harvey P. Dale, Dec 08 2018 *)