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

A021352
Decimal expansion of 1/348.
0
0, 0, 2, 8, 7, 3, 5, 6, 3, 2, 1, 8, 3, 9, 0, 8, 0, 4, 5, 9, 7, 7, 0, 1, 1, 4, 9, 4, 2, 5, 2, 8, 7, 3, 5, 6, 3, 2, 1, 8, 3, 9, 0, 8, 0, 4, 5, 9, 7, 7, 0, 1, 1, 4, 9, 4, 2, 5, 2, 8, 7, 3, 5, 6, 3, 2, 1, 8, 3, 9, 0, 8, 0, 4, 5, 9, 7, 7, 0, 1, 1, 4, 9, 4, 2, 5, 2, 8, 7, 3, 5, 6, 3, 2, 1, 8, 3, 9, 0
OFFSET
0,3
MATHEMATICA
Join[{0, 0}, RealDigits[1/348, 10, 120][[1]]] (* or *) PadRight[{0, 0}, 120, {2, 5, 2, 8, 7, 3, 5, 6, 3, 2, 1, 8, 3, 9, 0, 8, 0, 4, 5, 9, 7, 7, 0, 1, 1, 4, 9, 4}] (* Harvey P. Dale, Apr 13 2022 *)
CROSSREFS
Sequence in context: A135725 A265295 A093624 * A094289 A051429 A268308
KEYWORD
nonn,cons
AUTHOR
STATUS
approved