[go: up one dir, main page]

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!)
A126665 a(n) = -n^2 + 9n + 53. 5
53, 61, 67, 71, 73, 73, 71, 67, 61, 53, 43, 31, 17, 1, -17, -37, -59, -83, -109, -137, -167, -199, -233, -269, -307, -347, -389, -433, -479, -527, -577, -629, -683, -739, -797, -857, -919, -983, -1049, -1117, -1187, -1259, -1333, -1409, -1487, -1567, -1649, -1733, -1819, -1907, -1997, -2089, -2183, -2279 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Quadratic equation derived from the four primes 61, 67, 71, 73 using the method of common differences. Many of the initial terms are primes.
LINKS
Michael M. Ross, Natural Numbers
FORMULA
From Arkadiusz Wesolowski, Oct 24 2013: (Start)
a(n) = - A186950(n+19).
G.f.: (53 - 98*x + 43*x^2)/(1 - x)^3. (End)
EXAMPLE
For n=8, -1*8^2 + 9*8 + 53 = 61.
MATHEMATICA
Table[ - n^2 + 9*n + 53, {n, 0, 46}] (* Arkadiusz Wesolowski, Oct 24 2013 *)
LinearRecurrence[{3, -3, 1}, {53, 61, 67}, 60] (* Harvey P. Dale, Apr 04 2024 *)
PROG
(PARI) a(n) = -n^2 + 9*n + 53 \\ Michel Marcus, Jun 30 2013
(Magma) [-n^2+9*n+53 : n in [0..46]]; // Arkadiusz Wesolowski, Oct 24 2013
CROSSREFS
Sequence in context: A180553 A079593 A086082 * A279191 A107160 A075587
KEYWORD
sign,easy
AUTHOR
Michael M. Ross, Mar 13 2007
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 September 1 04:03 EDT 2024. Contains 375575 sequences. (Running on oeis4.)