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.

A126665 a(n) = -n^2 + 9*n + 53.

This page as a plain text file.
%I A126665 #25 Nov 02 2024 18:22:02
%S A126665 53,61,67,71,73,73,71,67,61,53,43,31,17,1,-17,-37,-59,-83,-109,-137,
%T A126665 -167,-199,-233,-269,-307,-347,-389,-433,-479,-527,-577,-629,-683,
%U A126665 -739,-797,-857,-919,-983,-1049,-1117,-1187,-1259,-1333,-1409,-1487,-1567,-1649,-1733,-1819,-1907,-1997,-2089,-2183,-2279
%N A126665 a(n) = -n^2 + 9*n + 53.
%C A126665 Quadratic equation derived from the four primes 61, 67, 71, 73 using the method of common differences. Many of the initial terms are primes.
%H A126665 Michael M. Ross, <a href="http://www.naturalnumbers.org">Natural Numbers</a>.
%H A126665 Robert Sacks, <a href="http://www.numberspiral.com/p/common_diff.html">Number Spiral: Method of Common Differences</a>.
%H A126665 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).
%F A126665 From _Arkadiusz Wesolowski_, Oct 24 2013: (Start)
%F A126665 a(n) = -A186950(n+19).
%F A126665 G.f.: (53 - 98*x + 43*x^2)/(1 - x)^3. (End)
%F A126665 From _Elmo R. Oliveira_, Nov 02 2024: (Start)
%F A126665 E.g.f.: (53 + 8*x - x^2)*exp(x).
%F A126665 a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 2. (End)
%e A126665 For n=8, -1*8^2 + 9*8 + 53 = 61.
%t A126665 Table[ - n^2 + 9*n + 53, {n, 0, 46}] (* _Arkadiusz Wesolowski_, Oct 24 2013 *)
%t A126665 LinearRecurrence[{3,-3,1},{53,61,67},60] (* _Harvey P. Dale_, Apr 04 2024 *)
%o A126665 (PARI) a(n) = -n^2 + 9*n + 53 \\ _Michel Marcus_, Jun 30 2013
%o A126665 (Magma) [-n^2+9*n+53 : n in [0..46]]; // _Arkadiusz Wesolowski_, Oct 24 2013
%Y A126665 Cf. A186950.
%K A126665 sign,easy
%O A126665 0,1
%A A126665 _Michael M. Ross_, Mar 13 2007