OFFSET
1,1
COMMENTS
This sequence is infinite under Bunyakovsky's conjecture. [Charles R Greathouse IV, Oct 26 2011]
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
FORMULA
Primes of the form 924n^6 + 2772n^5 + 3150n^4 + 1680n^3 + 420n^2 + 42n + 1. [Charles R Greathouse IV, Oct 26 2011]
MATHEMATICA
lst={}; Do[p=LegendreP[6, n]; If[PrimeQ[p], AppendTo[lst, p]], {n, 1, 7^3, 2}]; lst
PROG
(PARI) forstep(n=1, 1e4, 2, if(isprime(t=pollegendre(6, n)), print1(t", ")))
CROSSREFS
KEYWORD
nonn
AUTHOR
Vladimir Joseph Stephan Orlovsky, Sep 11 2008
STATUS
approved