|
| |
|
|
A104384
|
|
Number of distinct partitions of triangular numbers n*(n+1)/2 into (n-2) parts for n>=3.
|
|
2
| |
|
|
1, 4, 12, 27, 57, 110, 201, 352, 598, 984, 1586, 2503, 3882, 5928, 8932, 13287, 19551, 28472, 41078, 58754, 83372, 117417, 164230, 228212, 315190, 432817, 591130, 803192, 1086035, 1461680, 1958596, 2613417, 3473190, 4598073, 6064920, 7971480
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 3,2
|
|
|
COMMENTS
| In triangle A104382, equals the second diagonal down from the main diagonal.
|
|
|
PROG
| (PARI) {a(n)=if(n<3, 0, polcoeff(polcoeff( prod(i=1, n*(n+1)/2, 1+y*x^i, 1+x*O(x^(n*(n+1)/2))), n*(n+1)/2, x), n-2, y))}
|
|
|
CROSSREFS
| Cf. A000009, A104382.
Sequence in context: A062479 A007009 A188814 * A013697 A064444 A072182
Adjacent sequences: A104381 A104382 A104383 * A104385 A104386 A104387
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Paul D. Hanna (pauldhanna(AT)juno.com), Mar 04 2005
|
| |
|
|