A021060 Decimal expansion of 1/56.
0, 1, 7, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2
Offset: 0
Examples
0.017857142857..
Links
- Index entries for linear recurrences with constant coefficients, signature (1, 0, -1, 1).
Crossrefs
Cf. A020806.
Programs
-
Mathematica
Join[{0},RealDigits[1/56,10,120][[1]]] (* or *) PadRight[{0,1,7},120,{1,4,2,8,5,7}] (* Harvey P. Dale, Feb 04 2019 *)
Comments