|
| |
|
|
A026816
|
|
Number of partitions of n in which the greatest part is 10.
|
|
9
| |
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 5, 7, 11, 15, 22, 30, 42, 55, 75, 97, 128, 164, 212, 267, 340, 423, 530, 653, 807, 984, 1204, 1455, 1761, 2112, 2534, 3015, 3590, 4242, 5013, 5888, 6912, 8070, 9418, 10936, 12690, 14663, 16928, 19466
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,12
|
|
|
MATHEMATICA
| Table[ Length[ Select[ Partitions[n], First[ # ] == 10 & ]], {n, 1, 60} ]
|
|
|
CROSSREFS
| Essentially same as A008639.
Cf. A026810, A026811, A026812, A026813, A026814, A026815.
Sequence in context: A027344 A184645 A053691 * A008639 A008633 A035999
Adjacent sequences: A026813 A026814 A026815 * A026817 A026818 A026819
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Clark Kimberling (ck6(AT)evansville.edu)
|
| |
|
|