login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A027357
Number of partitions of n into distinct odd parts, the greatest being congruent to 1 mod 4.
2
1, 0, 0, 0, 1, 1, 0, 1, 2, 1, 0, 1, 2, 2, 1, 2, 4, 3, 2, 3, 5, 5, 3, 5, 8, 6, 5, 7, 10, 10, 8, 11, 15, 14, 12, 15, 20, 20, 18, 22, 28, 27, 25, 30, 37, 38, 35, 42, 51, 50, 49, 56, 67, 69, 67, 77, 90, 91, 90, 102, 117, 121, 121, 135, 155, 159, 160, 177
OFFSET
1,9
COMMENTS
Also number of self-conjugate partitions of n into an odd number of parts. - Vladeta Jovovic, Feb 18 2004
FORMULA
a(n) = (A000700(n)-(-1)^n*A053250(n))/2. - Vladeta Jovovic, Mar 12 2006
a(n) = Sum_{k=0..floor(n/4)-1} A027356(n, 4*k+1). - Sean A. Irvine, Oct 28 2019
CROSSREFS
KEYWORD
nonn
STATUS
approved