A021277 Decimal expansion of 1/273.
0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3, 6, 6, 3, 0, 0, 3
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (2, -2, 1).
Programs
-
Mathematica
Join[{0,0},RealDigits[1/273,10,120][[1]]] (* or *) PadRight[{},120,{0,0,3,6,6,3}] (* Harvey P. Dale, May 19 2019 *)