login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A026833 Number of partitions of n into distinct parts, the least being even. 0
0, 1, 0, 1, 1, 2, 1, 2, 3, 4, 4, 5, 6, 8, 9, 11, 14, 16, 18, 22, 26, 31, 36, 42, 49, 57, 66, 76, 88, 102, 116, 134, 154, 176, 201, 229, 260, 296, 336, 381, 432, 488, 550, 622, 700, 788, 886, 994, 1115, 1250, 1399, 1564, 1748, 1952, 2176 (list; graph; refs; listen; history; internal format)
OFFSET

1,6

COMMENTS

Also number of partitions of n such that if k is the largest part, then k occurs an even number of times and each of the numbers 1,2,...,k-1 occurs at least once. Example: a(10)=4 because we have [3,3,2,1,1],[2,2,2,2,1,1],[2,2,1,1,1,1,1,1] and [1,1,1,1,1,1,1,1,1,1]. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 30 2006

FORMULA

G.f.: Sum_{k>=2} ((-1)^k*(-1+Product_{i>=k} (1+x^i))). - Vladeta Jovovic (vladeta(AT)eunet.rs), Aug 26 2003

G.f.=sum(x^(2k)*product(1+x^j, j=2k+1..infinity), k=1..infinity). G.f.=sum(x^(k(k+3)/2)/[(1+x^k)*product(1-x^j, j=1..k)], k=1..infinity). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 30 2006

EXAMPLE

a(10)=4 because we have [10],[8,2],[6,4] and [5,3,2].

MAPLE

g:=sum(x^(2*k)*product(1+x^j, j=2*k+1..60), k=1..60): gser:=series(g, x=0, 58): seq(coeff(gser, x^n), n=1..55); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 30 2006

CROSSREFS

Cf. A026832.

Sequence in context: A030383 A031231 A030562 * A056882 A035534 A082854

Adjacent sequences:  A026830 A026831 A026832 * A026834 A026835 A026836

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 18:46 EST 2012. Contains 205535 sequences.