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!)
A237799 Number of partitions of n such that 2*(least part) > number of parts. 4
1, 1, 1, 2, 2, 4, 4, 6, 7, 9, 10, 14, 15, 19, 23, 28, 32, 40, 46, 56, 65, 77, 89, 107, 122, 143, 165, 193, 220, 257, 292, 338, 385, 443, 503, 578, 653, 746, 844, 962, 1083, 1231, 1384, 1567, 1761, 1987, 2227, 2510, 2807, 3153, 3523, 3949, 4403, 4927, 5485 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
EXAMPLE
a(7) = 4 counts these partitions: 7, 52, 43, 322.
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}] (* 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: A319400 A174787 A094909 * A318029 A319401 A322369
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 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)