OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
11 is in the sequence because the number of partitions of 11 is equal to 56 and 56 is an even number.
MATHEMATICA
Select[Prime[Range[200]], EvenQ[PartitionsP[#]]&] (* Harvey P. Dale, Jul 01 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, Aug 09 2009
EXTENSIONS
More terms from Sean A. Irvine, Oct 18 2009
STATUS
approved