OFFSET
1,1
REFERENCES
Berndt, Bruce C.; Yee, Ae Ja; Zaharescu, Alexandru New theorems on the parity of partition functions. J. Reine Angew. Math. 566 (2004), 91-109. MR2039324
MATHEMATICA
Flatten[Position[Accumulate[Table[If[EvenQ[PartitionsP[n]], 1, -1], {n, 0, 8400}]], _?(#==0&)]]-1 (* Harvey P. Dale, Aug 25 2020 *)
PROG
(PARI) lista(n) = {ne = 0; no = 0; for (i=0, n, if (numbpart(i) % 2, no++, ne++); if (ne == no, print1(i, ", "); ); ); } \\ Michel Marcus, Aug 15 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Kevin O'Bryant, Oct 20 2004
STATUS
approved