cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A169860 Floor of n inches converted to millimeters.

Original entry on oeis.org

0, 25, 50, 76, 101, 127, 152, 177, 203, 228, 254, 279, 304, 330, 355, 381, 406, 431, 457, 482, 508, 533, 558, 584, 609, 635, 660, 685, 711, 736, 762, 787, 812, 838, 863, 889, 914, 939, 965, 990, 1016, 1041, 1066, 1092, 1117, 1143, 1168, 1193, 1219, 1244
Offset: 0

Views

Author

Jeremy Gardiner, Jun 12 2010

Keywords

Crossrefs

Cf. A169861.

Programs

  • Mathematica
    First/@Table[Floor[UnitConvert[Quantity[n,"Inches"],"Millimeters"]],{n,0,50}] (* Harvey P. Dale, Sep 04 2013 *)

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

Extensions

Corrected by Harvey P. Dale, Sep 04 2013