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!)
A240078 Number of partitions of n such that m(greatest part) = m(1), where m = multiplicity. 5
1, 1, 1, 2, 2, 2, 4, 3, 6, 6, 10, 9, 18, 16, 27, 29, 44, 46, 71, 75, 109, 122, 167, 188, 257, 290, 382, 442, 569, 657, 840, 971, 1220, 1423, 1761, 2054, 2528, 2944, 3586, 4189, 5061, 5901, 7095, 8262, 9869, 11496, 13652, 15875, 18786, 21805, 25685, 29790 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
A240076(n) + a(n) + A240079(n) = A000041(n) for n >= 0.
EXAMPLE
a(7) counts these 3 partitions: 61, 421, 1111111.
MATHEMATICA
z = 60; f[n_] := f[n] = IntegerPartitions[n]; t1 = Table[Count[f[n], p_ /; Count[p, Max[p]] < Count[p, 1]], {n, 0, z}] (* A240076 *)
t2 = Table[Count[f[n], p_ /; Count[p, Max[p]] <= Count[p, 1]], {n, 0, z}] (* A240077 *)
t3 = Table[Count[f[n], p_ /; Count[p, Max[p]] == Count[p, 1]], {n, 0, z}] (* A240078 *)
t4 = Table[Count[f[n], p_ /; Count[p, Max[p]] > Count[p, 1]], {n, 0, z}] (* A117995 *)
t5 = Table[Count[f[n], p_ /; Count[p, Max[p]] >= Count[p, 1]], {n, 0, z}] (* A240080 *)
CROSSREFS
Sequence in context: A097986 A368689 A210596 * A344789 A228660 A228796
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 01 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 April 24 19:59 EDT 2024. Contains 371963 sequences. (Running on oeis4.)