|
| |
|
|
A090011
|
|
T(n,k) = number of partitions of binomial(n,k), 0<=k<=n, triangular array read by rows.
|
|
0
| |
|
|
1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 5, 11, 5, 1, 1, 7, 42, 42, 7, 1, 1, 11, 176, 627, 176, 11, 1, 1, 15, 792, 14883, 14883, 792, 15, 1, 1, 22, 3718, 526823, 4087968, 526823, 3718, 22, 1, 1, 30, 17977, 26543660, 3519222692, 3519222692, 2, 6543660, 17977, 1, 1, 42, 89134
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,5
|
|
|
COMMENTS
| a(n) = A000041(A007318(n));
T(n,0) = T(n,n) = 1; T(n,1) = T(n,n-1) = A000041(n), n>0.
|
|
|
LINKS
| Eric Weisstein's World of Mathematics, Partition
Eric Weisstein's World of Mathematics, Binomial Coefficient
|
|
|
CROSSREFS
| Sequence in context: A128545 A194672 A034364 * A061554 A088326 A181039
Adjacent sequences: A090008 A090009 A090010 * A090012 A090013 A090014
|
|
|
KEYWORD
| nonn,tabl
|
|
|
AUTHOR
| Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jan 28 2004
|
| |
|
|