A021716 Decimal expansion of 1/712.
0, 0, 1, 4, 0, 4, 4, 9, 4, 3, 8, 2, 0, 2, 2, 4, 7, 1, 9, 1, 0, 1, 1, 2, 3, 5, 9, 5, 5, 0, 5, 6, 1, 7, 9, 7, 7, 5, 2, 8, 0, 8, 9, 8, 8, 7, 6, 4, 0, 4, 4, 9, 4, 3, 8, 2, 0, 2, 2, 4, 7, 1, 9, 1, 0, 1, 1, 2, 3, 5, 9, 5, 5, 0, 5, 6, 1, 7, 9, 7, 7, 5, 2, 8, 0, 8, 9, 8, 8, 7, 6, 4, 0, 4, 4, 9, 4, 3, 8
Offset: 0
Examples
0.0014044943820224719101123595505617977528089887640449...
Links
- Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1).
Crossrefs
Cf. A021093.
Programs
-
Mathematica
First[RealDigits[1/712, 10, 100, -1]] (* Paolo Xausa, Aug 27 2025 *)
-
PARI
1/712. \\ Charles R Greathouse IV, Dec 05 2011
Formula
From Chai Wah Wu, Apr 22 2024: (Start)
a(n) = a(n-1) - a(n-22) + a(n-23) for n > 25.
G.f.: x^2*(-5*x^23 - 2*x^22 - x^21 - x^19 + x^18 + 8*x^17 - 8*x^16 + 6*x^15 - 3*x^14 - 2*x^13 - 2*x^11 + 2*x^10 + 6*x^9 - 5*x^8 + x^7 + 5*x^6 - 5*x^5 - 4*x^3 + 4*x^2 - 3*x - 1)/(x^23 - x^22 + x - 1). (End)