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!)
A240079 Number of partitions p of n such that mean(p) >= multiplicity(min(p)). 6
0, 1, 1, 2, 3, 4, 6, 9, 13, 17, 24, 31, 43, 56, 73, 98, 126, 157, 212, 263, 329, 431, 531, 649, 850, 1033, 1255, 1575, 1961, 2357, 2917, 3497, 4328, 5272, 6281, 7493, 9360, 11079, 13091, 15650, 19226, 22596, 26802, 31423, 37930, 45259, 52829, 61570, 74181 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A240206(n) - A240205(n) for n >= 0.
a(n) + A240203(n) = A000041(n) for n >= 0.
EXAMPLE
a(6) counts these 5 partitions: 6, 51, 42, 33, 321.
MATHEMATICA
z = 60; f[n_] := f[n] = IntegerPartitions[n];
t1 = Table[Count[f[n], p_ /; Mean[p] < Count[p, Min[p]]], {n, 0, z}] (* A240203 *)
t2 = Table[Count[f[n], p_ /; Mean[p] <= Count[p, Min[p]]], {n, 0, z}] (* A240204 *)
t3 = Table[Count[f[n], p_ /; Mean[p] == Count[p, Min[p]]], {n, 0, z}] (* A240205 *)
t4 = Table[Count[f[n], p_ /; Mean[p] > Count[p, Min[p]]], {n, 0, z}] (* A240206 *)
t5 = Table[Count[f[n], p_ /; Mean[p] >= Count[p, Min[p]]], {n, 0, z}] (* A240079 *)
CROSSREFS
Sequence in context: A240028 A097557 A175848 * A240727 A123648 A244393
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 03 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 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)