OFFSET
2,1
COMMENTS
The exact value (this is the definition of an inch) is 1/0.0254.
FORMULA
From Chai Wah Wu, Sep 17 2016: (Start)
a(n) = a(n-1) - a(n-21) + a(n-22) for n > 23.
G.f.: x^2*(-5*x^20 - 3*x^19 + 2*x^18 - 3*x^17 + 8*x^16 - 4*x^15 + 3*x^14 - 2*x^13 - 4*x^12 - x^11 + 4*x^10 + 3*x^9 + x^8 - x^7 - 7*x^6 + 7*x^4 - 4*x^3 + 6*x^2 - 6*x - 3)/(x^22 - x^21 + x - 1). (End)
EXAMPLE
39.370078740157480314960629921259842519685039370078740157480...
MATHEMATICA
RealDigits[10000/254, 10, 120][[1]] (* Harvey P. Dale, Jan 13 2019 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Apr 13 2013
STATUS
approved