login
A022464
Primes of the form 36*n^2 - 810*n + 2753, n >= 0, sorted.
4
89, 359, 647, 953, 1277, 1619, 1979, 2357, 2753, 3167, 4049, 5003, 6029, 7127, 8297, 9539, 10853, 12239, 13697, 15227, 16829, 18503, 20249, 22067, 23957, 25919, 27953, 30059, 32237, 34487, 36809, 41669, 44207, 46817, 49499, 52253
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Prime-Generating Polynomial.
MATHEMATICA
Take[Sort[Select[Table[36n^2-810n+2753, {n, 0, 1000}], PrimeQ[#] && Positive[#]&]], 40] (* Harvey P. Dale, Oct 02 2011 *)
CROSSREFS
Cf. A050268.
Sequence in context: A132253 A288024 A118922 * A143828 A253140 A142448
KEYWORD
nonn,less
AUTHOR
N. J. A. Sloane, Jun 12 2001
STATUS
approved