OFFSET
0,2
COMMENTS
The 6-digit cycle 1,0,2,5,6,4 in this sequence and the others based on thirty-ninths, gives the successive digits of the smallest integer which is multiplied by four when the final digit is moved from the right hand end to the left hand end. - Ian Duff, Jan 09 2009
LINKS
Index entries for linear recurrences with constant coefficients, signature (2, -2, 1).
MAPLE
evalf(1/39, 100); # Wesley Ivan Hurt, Jan 29 2017
MATHEMATICA
Join[{0}, RealDigits[1/39, 10, 120][[1]]] (* or *) PadRight[{}, 120, {0, 2, 5, 6, 4, 1}] (* Harvey P. Dale, Nov 17 2013 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved