login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085268 Integer part of the conversion from Fahrenheit to Centigrade. 1
0, 0, 1, 1, 2, 2, 3, 3, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 15, 15, 16, 16, 17, 17, 18, 18, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 30, 30, 31, 31, 32, 32, 33, 33, 34, 35, 35, 36, 36, 37, 37, 38, 38, 39, 40, 40, 41 (list; graph; refs; listen; history; internal format)
OFFSET

32,5

FORMULA

f(n) = floor(5*9*(n-32)).

PROG

(PARI) g(n) = for(x=32, n, print1(floor(5/9*(x-32)), ", "))

CROSSREFS

Cf. A085259.

Sequence in context: A085970 A066683 A055038 * A194979 A098294 A195119

Adjacent sequences:  A085265 A085266 A085267 * A085269 A085270 A085271

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Aug 12 2003

EXTENSIONS

Corrected by T. D. Noe (noe(AT)sspectra.com), Nov 02 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 09:27 EST 2012. Contains 205904 sequences.