A021061 Decimal expansion of 1/57.
0, 1, 7, 5, 4, 3, 8, 5, 9, 6, 4, 9, 1, 2, 2, 8, 0, 7, 0, 1, 7, 5, 4, 3, 8, 5, 9, 6, 4, 9, 1, 2, 2, 8, 0, 7, 0, 1, 7, 5, 4, 3, 8, 5, 9, 6, 4, 9, 1, 2, 2, 8, 0, 7, 0, 1, 7, 5, 4, 3, 8, 5, 9, 6, 4, 9, 1, 2, 2, 8, 0, 7, 0, 1, 7, 5, 4, 3, 8, 5, 9, 6, 4, 9, 1, 2, 2, 8, 0, 7, 0, 1, 7, 5, 4, 3, 8, 5, 9
Offset: 0
Examples
0.01754385964912280701754385964...
Links
- Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
Programs
-
Mathematica
Join[{0},RealDigits[1/57,10,120][[1]]] (* or *) PadRight[{},120,{0,1,7,5,4,3,8,5,9,6,4,9,1,2,2,8,0,7}] (* Harvey P. Dale, May 22 2021 *)