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

A021655
Decimal expansion of 1/651.
0
0, 0, 1, 5, 3, 6, 0, 9, 8, 3, 1, 0, 2, 9, 1, 8, 5, 8, 6, 7, 8, 9, 5, 5, 4, 5, 3, 1, 4, 9, 0, 0, 1, 5, 3, 6, 0, 9, 8, 3, 1, 0, 2, 9, 1, 8, 5, 8, 6, 7, 8, 9, 5, 5, 4, 5, 3, 1, 4, 9, 0, 0, 1, 5, 3, 6, 0, 9, 8, 3, 1, 0, 2, 9, 1, 8, 5, 8, 6, 7, 8, 9, 5, 5, 4, 5, 3, 1, 4, 9, 0, 0, 1, 5, 3, 6, 0, 9, 8
OFFSET
0,4
MATHEMATICA
Join[{0, 0}, RealDigits[1/651, 10, 120][[1]]] (* or *) PadRight[{}, 120, {0, 0, 1, 5, 3, 6, 0, 9, 8, 3, 1, 0, 2, 9, 1, 8, 5, 8, 6, 7, 8, 9, 5, 5, 4, 5, 3, 1, 4, 9}] (* Harvey P. Dale, May 07 2019 *)
CROSSREFS
Sequence in context: A374642 A374641 A201928 * A360270 A083237 A072424
KEYWORD
nonn,cons
AUTHOR
STATUS
approved