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

A021289
Decimal expansion of 1/285.
0
0, 0, 3, 5, 0, 8, 7, 7, 1, 9, 2, 9, 8, 2, 4, 5, 6, 1, 4, 0, 3, 5, 0, 8, 7, 7, 1, 9, 2, 9, 8, 2, 4, 5, 6, 1, 4, 0, 3, 5, 0, 8, 7, 7, 1, 9, 2, 9, 8, 2, 4, 5, 6, 1, 4, 0, 3, 5, 0, 8, 7, 7, 1, 9, 2, 9, 8, 2, 4, 5, 6, 1, 4, 0, 3, 5, 0, 8, 7, 7, 1, 9, 2, 9, 8, 2, 4, 5, 6, 1, 4, 0, 3, 5, 0, 8, 7, 7, 1
OFFSET
0,3
MATHEMATICA
Join[{0, 0}, RealDigits[1/285, 10, 120][[1]]] (* or *) PadRight[{0}, 120, {4, 0, 3, 5, 0, 8, 7, 7, 1, 9, 2, 9, 8, 2, 4, 5, 6, 1}] (* Harvey P. Dale, Sep 19 2018 *)
CROSSREFS
Sequence in context: A346234 A346479 A346254 * A200480 A099895 A248192
KEYWORD
nonn,cons
AUTHOR
STATUS
approved