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.

A085268 Integer part of the conversion from Fahrenheit to Celsius.

This page as a plain text file.
%I A085268 #14 Jan 09 2024 11:01:21
%S A085268 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,
%T A085268 16,16,17,17,18,18,19,20,20,21,21,22,22,23,23,24,25,25,26,26,27,27,28,
%U A085268 28,29,30,30,31,31,32,32,33,33,34,35,35,36,36,37,37,38,38,39,40,40,41
%N A085268 Integer part of the conversion from Fahrenheit to Celsius.
%H A085268 Ray Chandler, <a href="/A085268/b085268.txt">Table of n, a(n) for n = 32..1000</a>
%H A085268 <a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (1, 0, 0, 0, 0, 0, 0, 0, 1, -1).
%F A085268 f(n) = floor((5/9)*(n-32)).
%F A085268 G.f.: x^34*(x^7+x^6+x^4+x^2+1) / ((x-1)^2*(x^2+x+1)*(x^6+x^3+1)). - _Colin Barker_, Mar 23 2013
%t A085268 Floor[5/9 (#-32)]&/@Range[32,110] (* _Harvey P. Dale_, Jan 03 2013 *)
%o A085268 (PARI) g(n) = for(x=32,n,print1(floor(5/9*(x-32)),","))
%Y A085268 Cf. A029925, A029926, A085259, A177154.
%K A085268 easy,nonn
%O A085268 32,5
%A A085268 _Cino Hilliard_, Aug 12 2003
%E A085268 Corrected by _T. D. Noe_, Nov 02 2006
%E A085268 Formula corrected by _Harvey P. Dale_, Jan 03 2013