OFFSET
1,1
LINKS
Alois P. Heinz, Table of n, a(n) for n = 1..100
Ernest G. Hibbs, Component Interactions of the Prime Numbers, Ph. D. Thesis, Capitol Technology Univ. (2022), see p. 33.
G. K. Patil, Ramanujan's Life And His Contributions In The Field Of Mathematics, International Journal of Scientific Research and Engineering Studies (IJSRES), 1(6) (2014), ISSN: 2349-8862.
Eric Weisstein's World of Mathematics, Partition Function P Congruences.
Eric Weisstein's World of Mathematics, Partition Function P.
FORMULA
MATHEMATICA
lst={}; Do[a=PartitionsP[n]; If[PrimeQ[a], AppendTo[lst, a]], {n, 2*6!}]; lst (* Vladimir Joseph Stephan Orlovsky, Jun 14 2009 *)
Select[PartitionsP[Range[1000]], PrimeQ] (* Harvey P. Dale, Mar 11 2013 *)
PROG
(PARI) for(n=0, 10^3, my(p=numbpart(n)); if(isprime(p), print1(p, ", "))); \\ Joerg Arndt, May 09 2013
CROSSREFS
KEYWORD
nonn,nice
AUTHOR
EXTENSIONS
More terms from James A. Sellers and Christian G. Bower, Oct 15 1999.
STATUS
approved