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!)
A029925 Convert n from degrees Celsius to nearest integer Fahrenheit. 6
32, 34, 36, 37, 39, 41, 43, 45, 46, 48, 50, 52, 54, 55, 57, 59, 61, 63, 64, 66, 68, 70, 72, 73, 75, 77, 79, 81, 82, 84, 86, 88, 90, 91, 93, 95, 97, 99, 100, 102, 104, 106, 108, 109, 111, 113, 115, 117, 118, 120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 8.
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 8.
FORMULA
From Reinhard Zumkeller, May 03 2010: (Start)
a(n) = floor((18*n + 325)/10).
a(n) = A085259(n) + floor(A177154(n)/5).
A029926(a(n)) = n. (End)
MATHEMATICA
Table[Floor[((18 n + 325) / 10)], {n, 0, 70}] (* Vincenzo Librandi, Jun 19 2017 *)
Table[Round[(9n)/5+32], {n, 0, 50}] (* Harvey P. Dale, Jun 19 2023 *)
PROG
(Magma) [Floor((18*n+325)/10): n in [0..70]]; // Vincenzo Librandi, Jun 19 2017
CROSSREFS
Sequence in context: A217845 A067010 A332923 * A074287 A223589 A159889
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

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 10:47 EDT 2024. Contains 371967 sequences. (Running on oeis4.)