|
| |
|
|
A023010
|
|
Number of partitions of n into parts of 11 kinds.
|
|
1
| |
|
|
1, 11, 77, 418, 1925, 7854, 29183, 100529, 325193, 997150, 2919411, 8207563, 22259237, 58454165, 149104450, 370410700, 898202998, 2130141651, 4949034937, 11281187225, 25262712629, 55641782779, 120661583781, 257862888360
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| a(n) is Euler transform of A010850. [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 17 2008]
|
|
|
LINKS
| Index entries for expansions of Product_{k >= 1} (1-x^k)^m
N. J. A. Sloane, Transforms [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 17 2008]
|
|
|
FORMULA
| G.f.: Product_{m>=1} 1/(1-x^m)^11.
|
|
|
MAPLE
| with (numtheory): a:= proc(n) option remember; `if`(n=0, 1, add (add (d*11, d=divisors(j)) *a(n-j), j=1..n)/n) end: seq (a(n), n=0..40); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 17 2008]
|
|
|
CROSSREFS
| Cf. 11th column of A144064. [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 17 2008]
Sequence in context: A056914 A039674 A059625 * A022639 A000589 A118936
Adjacent sequences: A023007 A023008 A023009 * A023011 A023012 A023013
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|