OFFSET
0,6
COMMENTS
Table starts {1}, {1,0}, {0,0,2}, {1,0,2,0}, {3,0,0,0,2}, .. where the odd columns are 0. Row sums are A000041 by definition.
LINKS
George E. Andrews, On a Partition Function of Richard Stanley, The Electronic Journal of Combinatorics, Volume 11, Issue 2 (2004-6) (The Stanley Festschrift volume), Research Paper #R1.
Andrew V. Sills, A Combinatorial proof of a partition identity of Andrews and Stanley, International Journal of Mathematics and Mathematical Sciences, Volume 2004, Issue 47, Pages 2495-2501.
MATHEMATICA
Table[par=Partitions[n]; Table[Count[par, q_/; Abs[Count[q, _?OddQ]-Count[TransposePartition[q], _?OddQ]]===k], {k, 0, n}], {n, 0, 16}]
CROSSREFS
KEYWORD
AUTHOR
Wouter Meeussen, Aug 28 2004
STATUS
approved