OFFSET
1,1
COMMENTS
LINKS
Chris K. Caldwell, Top twenty prime partition numbers, The Prime Pages.
Eric Weisstein's World of Mathematics, Partition Function P
Eric Weisstein's World of Mathematics, Integer Sequence Primes
EXAMPLE
a(3) = 8 is in the sequence because A000041(8*9/2) = 17977 is a prime.
PROG
(PARI) for(n=1, 2000, if(ispseudoprime(numbpart(n*(n+1)/2)), print1(n, ", ")))
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Serge Batalov, Apr 09 2017
STATUS
approved