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!)
A253045 a(n) = 8*n^3 - 449*n^2 + 7967*n - 45523. 1
-45523, -37997, -31321, -25447, -20327, -15913, -12157, -9011, -6427, -4357, -2753, -1567, -751, -257, -37, -43, -227, -541, -937, -1367, -1783, -2137, -2381, -2467, -2347, -1973, -1297, -271, 1153, 3023, 5387, 8293, 11789, 15923, 20743, 26297, 32633, 39799 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
|a(n)| are distinct primes for n = 0 to 39.
LINKS
Arkadiusz Wesolowski, Table of n, a(n) for n = 0..1000
Eric Weisstein's World of Mathematics, Prime-Generating Polynomial
FORMULA
G.f.: (53947*x^3 - 152471*x^2 + 144095*x - 45523)/(x - 1)^4.
MAPLE
seq(8*n^3-449*n^2+7967*n-45523, n=0..37);
MATHEMATICA
Table[8*n^3-449*n^2+7967*n-45523, {n, 0, 37}]
LinearRecurrence[{4, -6, 4, -1}, {-45523, -37997, -31321, -25447}, 40] (* Harvey P. Dale, May 06 2023 *)
PROG
(Magma) [8*n^3-449*n^2+7967*n-45523: n in [0..37]];
(PARI) for(n=0, 37, print1(8*n^3-449*n^2+7967*n-45523, ", "));
CROSSREFS
Sequence in context: A269936 A269900 A287250 * A251397 A184473 A157653
KEYWORD
sign,easy
AUTHOR
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 April 25 10:39 EDT 2024. Contains 371967 sequences. (Running on oeis4.)