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!)
A237820 Number of partitions of n such that 2*(least part) < greatest part. 12
0, 0, 0, 1, 2, 4, 8, 12, 19, 29, 42, 58, 83, 112, 151, 202, 267, 347, 453, 581, 744, 948, 1198, 1505, 1889, 2356, 2925, 3621, 4465, 5486, 6724, 8212, 9999, 12151, 14715, 17784, 21442, 25795, 30952, 37079, 44315, 52871, 62950, 74827, 88767, 105159, 124335 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
EXAMPLE
a(6) = 4 counts these partitions: 51, 411, 321, 3111.
MATHEMATICA
z = 60; q[n_] := q[n] = IntegerPartitions[n];
Table[Count[q[n], p_ /; 2 Min[p] < Max[p]], {n, z}] (* A237820 *)
Table[Count[q[n], p_ /; 2 Min[p] <= Max[p]], {n, z}] (* A237821 *)
Table[Count[q[n], p_ /; 2 Min[p] = = Max[p]], {n, z}](* A118096 *)
Table[Count[q[n], p_ /; 2 Min[p] > Max[p]], {n, z}] (* A053263 *)
Table[Count[q[n], p_ /; 2 Min[p] >= Max[p]], {n, z}] (* A237824 *)
CROSSREFS
Sequence in context: A011908 A117455 A277753 * A110571 A037168 A049696
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Feb 16 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.)