|
|
A238000
|
|
Number of partitions of n^n into parts that are at most n.
|
|
12
|
|
|
0, 1, 3, 75, 123464, 33432635477, 2561606354507677872, 85980297709044488588773397089, 1841159754991692001851990839259642586671980, 34687845413783594101366282545316028561007822069601179170488
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,3
|
|
LINKS
|
|
|
FORMULA
|
a(n) = [x^(n^n)] Product_{j=1..n} 1/(1-x^j).
|
|
EXAMPLE
|
a(1) = 1: 1.
a(2) = 3: 22, 211, 1111.
a(3) = 75: 333333333, ..., 111111111111111111111111111.
|
|
MATHEMATICA
|
a[n_] := SeriesCoefficient[Product[1/(1 - x^j), {j, 1, n}], {x, 0, n^n}];
a[0] = 0;
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|