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!)
A240080 Number of partitions of n such that m(greatest part) >= m(1), where m = multiplicity. 5
1, 1, 2, 3, 4, 5, 8, 9, 14, 17, 24, 29, 42, 49, 68, 83, 110, 133, 176, 211, 274, 331, 420, 507, 640, 767, 956, 1149, 1416, 1695, 2078, 2477, 3014, 3589, 4334, 5147, 6188, 7321, 8756, 10341, 12306, 14491, 17182, 20175, 23828, 27919, 32848, 38393, 45038, 52505 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A240078(n) + A117995(n) for n >= 0.
EXAMPLE
a(7) counts these 9 partitions: 7, 61, 52, 43, 421, 331, 322, 2221, 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: A329563 A163077 A204810 * A194714 A054168 A301464
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)