login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A325242 Irregular triangle read by rows with zeros removed where T(n,k) is the number of integer partitions of n with k distinct multiplicities, n > 0. 32
1, 2, 3, 4, 1, 4, 3, 8, 3, 6, 9, 10, 12, 11, 19, 15, 26, 1, 13, 39, 4, 25, 47, 5, 19, 70, 12, 29, 89, 17, 33, 115, 28, 42, 148, 41, 39, 189, 69, 62, 235, 88, 55, 294, 141, 81, 362, 183, 1, 84, 450, 253, 5, 103, 558, 333, 8, 105, 669, 464, 17, 153, 817, 576, 29 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For example, the partition (32111) has multiplicities {1,1,3}, of which 2 are distinct, so is counted under T(8,2).
LINKS
EXAMPLE
Triangle begins:
1
2
3
4 1
4 3
8 3
6 9
10 12
11 19
15 26 1
13 39 4
25 47 5
19 70 12
29 89 17
33 115 28
42 148 41
39 189 69
62 235 88
55 294 141
81 362 183 1
Row n = 8 counts the following partitions:
(8) (332)
(44) (422)
(53) (611)
(62) (3221)
(71) (4211)
(431) (5111)
(521) (22211)
(2222) (32111)
(3311) (41111)
(11111111) (221111)
(311111)
(2111111)
MATHEMATICA
DeleteCases[Table[Length[Select[IntegerPartitions[n], Length[Union[Length/@Split[#]]]==k&]], {n, 20}, {k, n}], 0, 2]
CROSSREFS
Row lengths are A056556. Row sums are A000041. Column k = 1 is A047966. Column k = 2 is A325243.
Sequence in context: A238883 A363126 A363130 * A257053 A129717 A317088
KEYWORD
nonn,tabf
AUTHOR
Gus Wiseman, Apr 15 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)