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!)
A240496 Number of partitions p of n such that the multiplicity of 2*min(p) is a part. 5
0, 0, 0, 1, 1, 2, 3, 4, 6, 9, 14, 18, 25, 35, 46, 62, 83, 109, 142, 185, 238, 305, 390, 494, 624, 787, 984, 1227, 1528, 1892, 2334, 2876, 3527, 4313, 5267, 6406, 7773, 9416, 11371, 13701, 16481, 19774, 23678, 28305, 33761, 40198, 47789, 56700, 67159, 79438 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
EXAMPLE
a(9) counts these 9 partitions: 621, 5211, 4221, 42111, 3321, 32211, 321111, 2211111, 21111111.
MATHEMATICA
z = 60; f[n_] := f[n] = IntegerPartitions[n];
Table[Count[f[n], p_ /; MemberQ[p, Count[p, 2*Min[p]]]], {n, 0, z}] (* A240496 *)
Table[Count[f[n], p_ /; MemberQ[p, Count[p, (Min[p] + Max[p])/2]]], {n, 1, z}] (* A240497 *)
Table[Count[f[n], p_ /; MemberQ[p, Count[p, Min[p]*Max[p]]]], {n, 0, z}] (* A240498 *)
Table[Count[f[n], p_ /; MemberQ[p, Count[p, Length[p]]]], {n, 0, z}] (* A240499 *)
Table[Count[f[n], p_ /; MemberQ[p, Count[p, 2*Length[p]]]], {n, 0, z}] (* A240500 *)
CROSSREFS
Sequence in context: A220126 A328071 A039884 * A212464 A302016 A078620
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 06 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 07:17 EDT 2024. Contains 371920 sequences. (Running on oeis4.)