A021056 Decimal expansion of 1/52.
0, 1, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9
Offset: 0
Examples
0.01923076923076923076923076923...
Links
- Index entries for linear recurrences with constant coefficients, signature (1, 0, -1, 1).
Programs
-
Mathematica
Join[{0}, RealDigits[1/52, 10, 104][[1]]] (* Alonso del Arte, Apr 13 2018 *) PadRight[{0,1},120,{7,6,9,2,3,0}] (* Harvey P. Dale, Apr 12 2021 *)