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

A021300
Decimal expansion of 1/296.
1
0, 0, 3, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8, 3, 7, 8
OFFSET
0,3
FORMULA
G.f.: x^2*(5*x^3 + 7*x^2 + 3*x + 3)/(1 - x^3). - Chai Wah Wu, Jun 21 2016
EXAMPLE
0.003378378378378378378378378378378378378378378...
MAPLE
seq(coeff(series(x^2*(5*x^3+7*x^2+3*x+3)/(1-x^3), x, n+1), x, n), n=0..100); # Muniru A Asiru, Aug 07 2018
MATHEMATICA
RealDigits[1/296, 10, 100][[1]] (* Alonso del Arte, Aug 05 2018 *)
CROSSREFS
Sequence in context: A145940 A147103 A003133 * A121527 A021886 A178238
KEYWORD
nonn,cons
AUTHOR
STATUS
approved