A021292 Decimal expansion of 1/288.
0, 0, 3, 4, 7, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
Offset: 0
Examples
0.00347222222222222222222222222222...
Links
- Index entries for linear recurrences with constant coefficients, signature (1).
Crossrefs
Cf. A021148 (1/144).
Programs
-
Mathematica
Join[{0, 0}, RealDigits[1/288, 10, 96][[1]]] (* Alonso del Arte, Apr 24 2018 *) realDigitsRecip[288] (* The realDigitsRecip program is at A021200 *) (* Harvey P. Dale, Aug 18 2025 *)
-
PARI
1/288. \\ Altug Alkan, Apr 24 2018
Formula
From Elmo R. Oliveira, Aug 05 2024: (Start)
G.f.: x^2*(3 + x + 3*x^2 - 5*x^3)/(1 - x).
a(n) = 2, n >= 5. (End)