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!)
A240077 Number of partitions of n such that m(greatest part) <= m(1), where m = multiplicity. 5
1, 1, 1, 2, 3, 4, 7, 9, 14, 19, 28, 36, 53, 68, 94, 122, 165, 210, 280, 354, 462, 583, 749, 936, 1192, 1481, 1862, 2303, 2871, 3527, 4366, 5336, 6555, 7977, 9737, 11790, 14317, 17260, 20845, 25033, 30093, 35993, 43087, 51348, 61216, 72711, 86362, 102236 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A240076(n) + A240078(n) for n >= 0.
EXAMPLE
a(7) counts these 9 partitions: 61, 511, 421, 4111, 3211, 31111, 22111, 211111, 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: A238495 A239329 A094093 * A237997 A317885 A321535
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 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)