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!)
A240727 Number of partitions p of n such that m(p) <= m(c(p)), where m = maximal multiplicity of parts, and c = conjugate. 5
1, 1, 2, 3, 4, 6, 9, 13, 17, 24, 31, 45, 57, 77, 98, 129, 166, 219, 271, 350, 439, 556, 689, 879, 1076, 1347, 1648, 2051, 2494, 3079, 3733, 4583, 5529, 6727, 8094, 9814, 11751, 14158, 16909, 20295, 24146, 28856, 34212, 40719, 48164, 57081, 67301, 79534 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) - A240726(n) = A240728(n) for n >= 1.
a(n) + A240726(n) = A000041(n) for n >= 1.
EXAMPLE
a(7) counts these 9 partitions: 7, 61, 52, 511, 43, 421, 4111, 331, 322, of which the respective conjugates are 1111111, 211111, 22111, 31111, 2221, 3211, 4111, 322, 331.
MATHEMATICA
z = 30; f[n_] := f[n] = IntegerPartitions[n]; c[p_] := Table[Count[#, _?(# >= i &)], {i, First[#]}] &[p]; m[p_] := Max[Map[Length, Split[p]]];
Table[Count[f[n], p_ /; m[p] < m[c[p]]], {n, 1, z}] (* A240726 *)
Table[Count[f[n], p_ /; m[p] <= m[c[p]]], {n, 1, z}] (* A240727 *)
Table[Count[f[n], p_ /; m[p] == m[c[p]]], {n, 1, z}] (* A240728 *)
CROSSREFS
Sequence in context: A097557 A175848 A240079 * A123648 A244393 A286929
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 11 2014
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 11 07:10 EDT 2024. Contains 372388 sequences. (Running on oeis4.)