|
Search: id:A027193
|
|
|
| A027193 |
|
Number of partitions of n into an even number of parts, the least being 1; also, a(n+1) = number of partitions of n into an odd number of parts; also, partitions of n+1 in which greatest part is odd. |
|
+0 12
|
|
| 0, 1, 1, 2, 2, 4, 5, 8, 10, 16, 20, 29, 37, 52, 66, 90, 113, 151, 190, 248, 310, 400, 497, 632, 782, 985, 1212, 1512, 1851, 2291, 2793, 3431, 4163, 5084, 6142, 7456, 8972, 10836, 12989, 15613, 18646, 22316, 26561, 31659, 37556
(list; graph; listen)
|
|
|
OFFSET
|
1,4
|
|
|
COMMENT
|
Also number of partitions of n such that the largest part is even and occurs only once. Example: a(6)=4 because we have [6],[4,2],[4,1,1] and [2,1,1,1,1]. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 05 2006
|
|
REFERENCES
|
N. J. Fine, Basic Hypergeometric Series and Applications, Amer. Math. Soc., 1988; p. 39, Example 7.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n = 1..1000
|
|
FORMULA
|
a(n+1)=(A000041(n)-(-1)^n*A000700(n))/2.
For g.f. see under A027187.
G.f.=sum(x^(2k)/product(1-x^j,j=1..2k-1),k=1..infinity). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 05 2006
a(2*n)=A000701(2*n), a(2*n-1)=A046682(2*n-1); a(n)=A000041(n)-A027187(n). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Apr 22 2006
|
|
EXAMPLE
|
a(6)=4 because we have [5,1],[3,1,1,1],[2,2,1,1] and [1,1,1,1,1,1].
|
|
MAPLE
|
g:=sum(x^(2*k)/product(1-x^j, j=1..2*k-1), k=1..40): gser:=series(g, x=0, 50): seq(coeff(gser, x, n), n=1..45); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 05 2006
|
|
CROSSREFS
|
Cf. A027187, A000701, A046682.
Cf. A026837.
Sequence in context: A036002 A104504 A027337 this_sequence A126796 A157162 A109434
Adjacent sequences: A027190 A027191 A027192 this_sequence A027194 A027195 A027196
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Clark Kimberling (ck6(AT)evansville.edu)
|
|
|
Search completed in 0.002 seconds
|