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

A021196
Decimal expansion of 1/192.
2
0, 0, 5, 2, 0, 8, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3
OFFSET
0,3
FORMULA
From Elmo R. Oliveira, Aug 02 2024: (Start)
G.f.: x^2*(5 - 3*x - 2*x^2 + 8*x^3 - 5*x^4)/(1 - x).
a(n) = 3 for n > 5. (End)
EXAMPLE
0.00520833333333333333333333333333...
MATHEMATICA
Join[{0, 0}, RealDigits[1/192, 10, 96][[1]]] (* Alonso del Arte, Apr 24 2018 *)
PadRight[{0, 0, 5, 2, 0, 8}, 120, {3}] (* Harvey P. Dale, Jan 24 2019 *)
PROG
(PARI) 1/192. \\ Altug Alkan, Apr 24 2018
CROSSREFS
Sequence in context: A153456 A021872 A213198 * A257406 A269980 A319231
KEYWORD
nonn,cons,easy
STATUS
approved