login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A021250
Decimal expansion of 1/246.
0
0, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0, 6, 5, 0, 4, 0
OFFSET
0,3
MATHEMATICA
Join[{0, 0}, RealDigits[1/246, 10, 120][[1]]] (* or *) PadRight[{0}, 120, {5, 0, 4, 0, 6}] (* Harvey P. Dale, Aug 29 2017 *)
CROSSREFS
Sequence in context: A278210 A291540 A075443 * A073758 A133995 A019629
KEYWORD
nonn,cons
AUTHOR
STATUS
approved