|
| |
|
|
A023008
|
|
Number of partitions of n into parts of 9 kinds.
|
|
1
| |
|
|
1, 9, 54, 255, 1035, 3753, 12483, 38709, 113265, 315445, 841842, 2164185, 5382276, 12994290, 30543210, 70066809, 157199805, 345552183, 745377215, 1579915080, 3294664578, 6766656315, 13700560491, 27370137195, 53991639855, 105242612526
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| a(n) is Euler transform of A010734. [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]
|
|
|
MAPLE
| with (numtheory): a:= proc(n) option remember; `if`(n=0, 1, add (add (d*9, 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. 9th column of A144064. [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 17 2008]
Sequence in context: A073974 A035927 A059597 * A079817 A169796 A027472
Adjacent sequences: A023005 A023006 A023007 * A023009 A023010 A023011
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|