The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A365613 a(n) = number of partitions p of n such that the greatest multiplicity of the parts of p is a part of p. 3
0, 1, 0, 1, 3, 2, 4, 4, 9, 11, 18, 19, 30, 36, 51, 64, 90, 107, 150, 182, 239, 294, 385, 466, 602, 733, 928, 1129, 1420, 1714, 2137, 2578, 3177, 3826, 4690, 5617, 6845, 8181, 9898, 11803, 14211, 16878, 20234, 23974, 28596, 33795, 40161, 47311, 56025, 65845 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = A000041(n) - A365616(n).
EXAMPLE
The partitions of 5 are [5], [4,1], [3,2], [3,1,1], [2,2,1], [2,1,1,1], [1,1,1,1,1], having greatest multiplicities 1,1,1,2,2,3,5, respectively. The partitions that include greatest multiplicity as a part are [4,1] and [2,2,1], so that a(5) = 2.
MATHEMATICA
z = 40; f[n_] := f[n] = IntegerPartitions[n];
m[p_] := Max[Map[Length, Split[p]]]
Table[Count[f[n], p_ /; MemberQ[p, m[p]]], {n, 0, z}]
CROSSREFS
Sequence in context: A370806 A240538 A326923 * A338315 A240541 A073369
KEYWORD
nonn
AUTHOR
Clark Kimberling, Sep 17 2023
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 May 17 15:44 EDT 2024. Contains 372603 sequences. (Running on oeis4.)