|
Search: id:A115029
|
|
|
| A115029 |
|
Number of partitions of n such that all parts, with the possible exception of the smallest, appear only once. |
|
+0 1
|
|
| 1, 2, 3, 5, 6, 10, 12, 17, 22, 29, 36, 48, 59, 73, 93, 114, 139, 171, 207, 250, 304, 361, 432, 517, 613, 722, 856, 1005, 1178, 1382, 1612, 1875, 2184, 2528, 2927, 3386, 3900, 4486, 5159, 5916, 6772, 7749, 8843, 10078
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Also number of partitions of n such that if k is the largest part, then k and all integers from 1 to some integer m, 0<=m<k, occur any number of times (if m = 0, then partition consists only of k's). Example: a(5)=6 because we have [5],[4,1],[3,1,1],[2,2,1],[2,1,1,1], and [1,1,1,1,1] ([3,2] does not qualify). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 19 2006
|
|
FORMULA
|
Sum(x^k/(1-x^k)*Product(1+x^i,i=k+1..infinity),k=1..infinity).
G.f.=sum((x^k/(1-x^k))*sum(x^(m(m+1)/2)/product(1-x^i, i=1..m), m=0..k-1), k=1..infinity). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 19 2006
|
|
EXAMPLE
|
a(5)=6 because we have [5],[4,1],[3,2],[3,1,1],[2,1,1,1], and [1,1,1,1,1] ([2,2,1] does not qualify).
|
|
MAPLE
|
g:=sum(x^k/(1-x^k)*product(1+x^i, i=k+1..90), k=1..90): gser:=series(g, x=0, 50): seq(coeff(gser, x^n), n=1..44); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 19 2006
|
|
CROSSREFS
|
Cf. A034296.
Sequence in context: A027593 A007211 A130900 this_sequence A023025 A130898 A088314
Adjacent sequences: A115026 A115027 A115028 this_sequence A115030 A115031 A115032
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Vladeta Jovovic (vladeta(AT)Eunet.yu), Feb 25 2006; corrected Mar 05 2006
|
|
|
Search completed in 0.002 seconds
|