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!)
A237758 Number of partitions of n such that 2*(least part) < number of parts. 4
0, 0, 1, 2, 4, 6, 10, 14, 21, 30, 42, 58, 80, 108, 144, 192, 252, 329, 426, 549, 702, 895, 1131, 1427, 1789, 2237, 2781, 3450, 4259, 5247, 6436, 7878, 9607, 11693, 14182, 17172, 20727, 24974, 30008, 35997, 43072, 51457, 61330, 72988, 86677, 102785, 121645 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
EXAMPLE
a(5) = 4 counts these partitions: 311, 221, 2111, 11111.
MATHEMATICA
z = 55; q[n_] := q[n] = IntegerPartitions[n]; t[p_] := Length[p];
Table[Count[q[n], p_ /; 2 Min[p] < t[p]], {n, z}] (* A237758 *)
Table[Count[q[n], p_ /; 2 Min[p] <= t[p]], {n, z}] (* A118084 *)
Table[Count[q[n], p_ /; 2 Min[p] == t[p]], {n, z}] (* A237757 *)
Table[Count[q[n], p_ /; 2 Min[p] > t[p]], {n, z}] (* A237799 *)
Table[Count[q[n], p_ /; 2 Min[p] >= t[p]], {n, z}] (* A237800 *)
CROSSREFS
Sequence in context: A323595 A136460 A000065 * A023499 A103445 A001747
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Feb 15 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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)