A115201 Number of even parts of partitions of n in the Abramowitz-Stegun (A-St) order.
0, 1, 0, 0, 1, 0, 1, 0, 2, 1, 0, 0, 1, 1, 0, 2, 1, 0, 1, 0, 2, 0, 1, 1, 3, 0, 2, 1, 0, 0, 1, 1, 1, 0, 2, 0, 2, 1, 1, 3, 0, 2, 1, 0, 1, 0, 2, 0, 2, 1, 1, 1, 3, 1, 0, 2, 0, 2, 4, 1, 1, 3, 0, 2, 1, 0, 0, 1, 1, 1, 1, 0, 2, 0, 2, 2, 2, 0, 1, 1, 1
Offset: 0
Examples
[0];[1, 0];[0, 1, 0];[1, 0, 2, 1, 0];[0, 1, 1, 0, 2, 1, 0];...
Links
- W. Lang: First 10 rows.
Crossrefs
The sequence of row lengths is A066898 (total number of even parts in all partitions of n).
Formula
a(n,m) = Sum_{j=1..floor(n/2)} e(n,m,2*j) with the exponents e(n,m,k) of the m-th partition of n in the A-St order; i.e. the sum of the exponents of the even parts of the partition (1^e(n,m,1),2^e(n,m,2),..., n^e(n,m,n)).
Comments