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
Vincenzo Librandi, Table of n, a(n) for n = 0..2000
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.
Wikipedia, Temperature Conversion
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,1,-1).
FORMULA
From Reinhard Zumkeller, May 03 2010: (Start)
a(n) = floor((18*n + 325)/10).
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
KEYWORD
nonn,easy
AUTHOR
STATUS
approved