OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,1,-1).
FORMULA
a(n) = floor(n*25.4) = floor(n*127/5).
G.f.: x*(25 + 25*x + 26*x^2 + 25*x^3 + 26*x^4)/((1 - x)^2*(1 + x + x^2 + x^3 + x^4)). - Stefano Spezia, Jul 10 2025
MATHEMATICA
First/@Table[Floor[UnitConvert[Quantity[n, "Inches"], "Millimeters"]], {n, 0, 50}] (* Harvey P. Dale, Sep 04 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Jeremy Gardiner, Jun 12 2010
EXTENSIONS
Corrected by Harvey P. Dale, Sep 04 2013
STATUS
approved
