OFFSET
1,1
COMMENTS
The next term is known (see A035359) but is too big to include here.
LINKS
Eric Weisstein's World of Mathematics, Partition Function Q Congruences.
Eric Weisstein's World of Mathematics, Partition Function Q
MATHEMATICA
Reap[For[n = 1, n <= 2500, n++, If[PrimeQ[q = PartitionsQ[n]], Print["n = ", n, " Q = ", q]; Sow[q]]]][[2, 1]] (* Jean-François Alcover, Oct 19 2012 *)
Select[PartitionsQ[Range[2500]], PrimeQ] (* Harvey P. Dale, Aug 11 2015 *)
CROSSREFS
KEYWORD
nonn,nice
AUTHOR
STATUS
approved