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!)
A241832 Number of partitions p = [x(1), ..., x(k)], where x(1) >= x(2) >= ... >= x(k), of n such that max(x(i) - x(i-1)) > number of parts of p. 8
0, 0, 0, 0, 0, 1, 1, 3, 3, 6, 7, 12, 14, 22, 27, 37, 46, 63, 76, 101, 124, 160, 196, 250, 302, 382, 463, 574, 693, 855, 1026, 1255, 1503, 1823, 2178, 2626, 3123, 3749, 4447, 5305, 6274, 7458, 8790, 10405, 12231, 14422, 16909, 19871, 23229, 27217, 31742 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
FORMULA
a(n) = A241831(n) - A241830(n).
a(n) + A241828(n) + A241830(n) = A000041(n) for n >= 0.
EXAMPLE
a(6) counts this single partition: 51.
MATHEMATICA
z = 30; f[n_] := f[n] = IntegerPartitions[n]; g[p_] := Max[-Differences[p]]
Table[Count[f[n], p_ /; g[p] < Length[p]], {n, 0, z}] (* A241828 *)
Table[Count[f[n], p_ /; g[p] <= Length[p]], {n, 0, z}] (* A241829 *)
Table[Count[f[n], p_ /; g[p] == Length[p]], {n, 0, z}] (* A241830 *)
Table[Count[f[n], p_ /; g[p] >= Length[p]], {n, 0, z}] (* A241831 *)
Table[Count[f[n], p_ /; g[p] > Length[p]], {n, 0, z}] (* A241832 *)
CROSSREFS
Sequence in context: A088571 A325834 A365924 * A027187 A056508 A050065
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 30 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 September 13 20:16 EDT 2024. Contains 375910 sequences. (Running on oeis4.)