A078407 Number of ways to partition 4*n+2 into distinct positive integers.
1, 4, 10, 22, 46, 89, 165, 296, 512, 864, 1426, 2304, 3658, 5718, 8808, 13394, 20132, 29927, 44046, 64234, 92864, 133184, 189586, 267968, 376256, 525016, 728260, 1004544, 1378304, 1881578, 2556284, 3457027, 4654670, 6240974, 8334326
Offset: 0
Programs
-
Mathematica
Table[PartitionsQ[4n+2], {n, 0, 40}]
Extensions
More terms from Don Reble, Jan 05 2003