A021388 Decimal expansion of 1/384.
0, 0, 2, 6, 0, 4, 1, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6
Offset: 0
Examples
0.0026041666666666666666666666666...
Links
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
Mathematica
Join[{0, 0}, RealDigits[1/384, 10, 96][[1]]] (* Alonso del Arte, Apr 24 2018 *)
-
PARI
1/384. \\ Altug Alkan, Apr 24 2018
Formula
From Elmo R. Oliveira, Aug 05 2024: (Start)
G.f.: x^2*(2 + 4*x - 6*x^2 + 4*x^3 - 3*x^4 + 5*x^5)/(1 - x).
a(n) = 6, n > 6. (End)