OFFSET
1,1
COMMENTS
Except the first term, primes with an odd number of partitions.
Primes in A194798. - Omar E. Pol, Mar 17 2012
EXAMPLE
7 is in the sequence because the number of partitions of 7 is equal to 15 and both 7 and 15 have the same parity.
MATHEMATICA
Select[Prime[Range[100]], Mod[PartitionsP[#] - #, 2] == 0 &] (* T. D. Noe, Jan 30 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, Aug 09 2009
EXTENSIONS
More terms from D. S. McNeil, May 10 2010
STATUS
approved