A021196 Decimal expansion of 1/192.
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
Examples
0.00520833333333333333333333333333...
Links
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
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 *)
-
PARI
1/192. \\ Altug Alkan, Apr 24 2018
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)