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!)
A240176 Number of partitions of n such that (least part) > (multiplicity of least part). 3
1, 0, 1, 1, 1, 2, 3, 3, 5, 5, 8, 10, 13, 15, 21, 25, 31, 39, 50, 59, 75, 89, 111, 134, 164, 194, 240, 285, 344, 410, 493, 582, 699, 824, 981, 1157, 1369, 1606, 1901, 2223, 2613, 3054, 3579, 4166, 4871, 5658, 6590, 7645, 8877, 10264, 11900, 13733, 15868 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) + A240175(n) + A096403(n) = A000041(n), for n >= 0.
EXAMPLE
a(8) counts these 5 partitions: 8, 61, 53, 44, 332.
MATHEMATICA
z = 60; f[n_] := f[n] = IntegerPartitions[n]; t1 = Table[Count[f[n], p_ /; Min[p] < Count[p, Min[p]]], {n, 0, z}] (* A240175 *)
t2 = Table[Count[f[n], p_ /; Min[p] <= Count[p, Min[p]]], {n, 0, z}] (* A188216 *)
t3 = Table[Count[f[n], p_ /; Min[p] == Count[p, Min[p]]], {n, 0, z}] (* A096403 *)
t4 = Table[Count[f[n], p_ /; Min[p] > Count[p, Min[p]]], {n, 0, z}] (* A240176 *)
t5 = Table[Count[f[n], p_ /; Min[p] >= Count[p, Min[p]]], {n, 0, z}] (* A240177 *)
CROSSREFS
Sequence in context: A058690 A290369 A087153 * A134408 A051032 A106530
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 02 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 16:56 EDT 2024. Contains 371962 sequences. (Running on oeis4.)