|
| |
|
|
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, 202837976145
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,2
|
|
|
COMMENTS
|
a(n) is Euler transform of A010734. - Alois P. Heinz, Oct 17 2008
|
|
|
LINKS
|
Alois P. Heinz, Table of n, a(n) for n = 0..1000
Index entries for expansions of Product_{k >= 1} (1-x^k)^m
N. J. A. Sloane, Transforms
|
|
|
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); # Alois P. Heinz, Oct 17 2008
|
|
|
CROSSREFS
|
Cf. 9th column of A144064. - Alois P. Heinz, Oct 17 2008
Sequence in context: A223927 A035927 A059597 * A079817 A169796 A027472
Adjacent sequences: A023005 A023006 A023007 * A023009 A023010 A023011
|
|
|
KEYWORD
|
nonn,changed
|
|
|
AUTHOR
|
David W. Wilson
|
|
|
STATUS
|
approved
|
| |
|
|