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”).

A021223
Decimal expansion of 1/219.
0
0, 0, 4, 5, 6, 6, 2, 1, 0, 0, 4, 5, 6, 6, 2, 1, 0, 0, 4, 5, 6, 6, 2, 1, 0, 0, 4, 5, 6, 6, 2, 1, 0, 0, 4, 5, 6, 6, 2, 1, 0, 0, 4, 5, 6, 6, 2, 1, 0, 0, 4, 5, 6, 6, 2, 1, 0, 0, 4, 5, 6, 6, 2, 1, 0, 0, 4, 5, 6, 6, 2, 1, 0, 0, 4, 5, 6, 6, 2, 1, 0, 0, 4, 5, 6, 6, 2, 1, 0, 0, 4, 5, 6, 6, 2, 1, 0, 0, 4
OFFSET
0,3
MATHEMATICA
Join[{0, 0}, RealDigits[1/219, 10, 120][[1]]] (* or *) PadRight[{}, 120, {0, 0, 4, 5, 6, 6, 2, 1}] (* Harvey P. Dale, Jul 25 2013 *)
CROSSREFS
Sequence in context: A248864 A134299 A112780 * A206291 A058979 A225491
KEYWORD
nonn,cons
AUTHOR
STATUS
approved