login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A169860 Floor of n inches converted to millimeters. 2

%I #8 Aug 31 2021 04:50:45

%S 0,25,50,76,101,127,152,177,203,228,254,279,304,330,355,381,406,431,

%T 457,482,508,533,558,584,609,635,660,685,711,736,762,787,812,838,863,

%U 889,914,939,965,990,1016,1041,1066,1092,1117,1143,1168,1193,1219,1244

%N Floor of n inches converted to millimeters.

%F a(n) = floor(n*25.4) = floor(n*127/5).

%t First/@Table[Floor[UnitConvert[Quantity[n,"Inches"],"Millimeters"]],{n,0,50}] (* _Harvey P. Dale_, Sep 04 2013 *)

%Y Cf. A169861.

%K nonn

%O 0,2

%A _Jeremy Gardiner_, Jun 12 2010

%E Corrected by _Harvey P. Dale_, Sep 04 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)