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

A021312
Decimal expansion of 1/308.
0
0, 0, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3
OFFSET
0,3
FORMULA
From Chai Wah Wu, Apr 18 2024: (Start)
a(n) = a(n-1) - a(n-3) + a(n-4) for n > 5.
G.f.: x^2*(-5*x^3 - 2*x^2 + x - 3)/(x^4 - x^3 + x - 1). (End)
EXAMPLE
0.00324675324675324...
MATHEMATICA
Join[{0, 0}, RealDigits[1/308, 10, 120][[1]]] (* or *) PadRight[{0, 0}, 120, {7, 5, 3, 2, 4, 6}] (* Harvey P. Dale, Mar 22 2016 *)
CROSSREFS
Sequence in context: A014685 A239516 A365533 * A099258 A264905 A374790
KEYWORD
nonn,cons,easy
AUTHOR
STATUS
approved