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

A021232
Decimal expansion of 1/228.
0
0, 0, 4, 3, 8, 5, 9, 6, 4, 9, 1, 2, 2, 8, 0, 7, 0, 1, 7, 5, 4, 3, 8, 5, 9, 6, 4, 9, 1, 2, 2, 8, 0, 7, 0, 1, 7, 5, 4, 3, 8, 5, 9, 6, 4, 9, 1, 2, 2, 8, 0, 7, 0, 1, 7, 5, 4, 3, 8, 5, 9, 6, 4, 9, 1, 2, 2, 8, 0, 7, 0, 1, 7, 5, 4, 3, 8, 5, 9, 6, 4, 9, 1, 2, 2, 8, 0, 7, 0, 1, 7, 5, 4, 3, 8, 5, 9, 6, 4
OFFSET
0,3
MATHEMATICA
Join[{0, 0}, RealDigits[1/228, 10, 120][[1]]] (* or *) PadRight[{0, 0}, 120, {7, 5, 4, 3, 8, 5, 9, 6, 4, 9, 1, 2, 2, 8, 0, 7, 0, 1}] (* Harvey P. Dale, Oct 21 2016 *)
CROSSREFS
Sequence in context: A092383 A227242 A156028 * A263616 A280166 A257088
KEYWORD
nonn,cons
AUTHOR
STATUS
approved