OFFSET
1,1
COMMENTS
No other terms below 10^8. - Max Alekseyev, Jul 10 2015
LINKS
Eric Weisstein's World of Mathematics, Integer Sequence Primes
Eric Weisstein's World of Mathematics, Partition Function Q
Eric Weisstein's World of Mathematics, Partition Function Q-Congruences
EXAMPLE
From Gus Wiseman, Jan 13 2020: (Start)
Strict partitions of a(1) = 3 through a(4) = 7:
(3) (4) (5) (7)
(2,1) (3,1) (3,2) (4,3)
(4,1) (5,2)
(6,1)
(4,2,1)
(End)
MATHEMATICA
n = 1; A035359 = {}; While[n < 10^7, n++; If[ PrimeQ[ PartitionsQ[n]], Print[n]; AppendTo[A035359, n]]]; A035359 (* Jean-François Alcover, Oct 12 2011 *)
CROSSREFS
KEYWORD
nonn,nice,hard,more
AUTHOR
EXTENSIONS
More terms from Eric W. Weisstein
a(12) from Max Alekseyev, Jul 04 2009
a(13)-a(14) from Giovanni Resta, Jun 05 2015, Jun 11 2015
a(15)-a(17) from Max Alekseyev, Jul 10 2015
STATUS
approved