Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)

Revision History for A241068

(Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A241068 Number of partitions p of n into distinct parts such that max(p) >= -1 + 2*min(p).
(history; published version)
#5 by N. J. A. Sloane at Thu Apr 24 10:28:38 EDT 2014
STATUS

proposed

approved

#4 by Clark Kimberling at Wed Apr 23 17:04:22 EDT 2014
STATUS

editing

proposed

#3 by Clark Kimberling at Wed Apr 16 10:09:23 EDT 2014
NAME

Number of partitions p of n into distinct parts such that max(p) >= -1 + 2*min(p).

MATHEMATICA

Table[Count[f[n], p_ /; Max[p] <= -1 + 2*Min[p]], {n, 0, z}] (* A241066A240874 *)

Table[Count[f[n], p_ /; Max[p] > -1 + 2*Min[p]], {n, 0, z}] (* A241069A241036 *)

CROSSREFS

Cf. A241065, A241066A240874, A241067, A241069A241036.

#2 by Clark Kimberling at Wed Apr 16 10:01:02 EDT 2014
NAME

allocated Number of partitions p of n into distinct parts forsuch Clarkthat Kimberlingmax(p) >= -1 + 2*min(p).

DATA

0, 1, 0, 1, 1, 2, 3, 3, 5, 6, 8, 10, 13, 15, 20, 23, 29, 35, 42, 49, 60, 71, 84, 98, 116, 135, 158, 184, 214, 248, 286, 329, 380, 436, 500, 572, 654, 745, 848, 965, 1094, 1242, 1406, 1588, 1794, 2023, 2278, 2563, 2881, 3234, 3626, 4063, 4546, 5083, 5677

OFFSET

0,6

EXAMPLE

a(8) counts these 5 partitions: 71, 62, 53, 521, 431.

MATHEMATICA

z = 70; f[n_] := f[n] = Select[IntegerPartitions[n], Max[Length /@ Split@#] == 1 &];

Table[Count[f[n], p_ /; Max[p] < -1 + 2*Min[p]], {n, 0, z}] (* A241065 *)

Table[Count[f[n], p_ /; Max[p] <= -1 + 2*Min[p]], {n, 0, z}] (* A241066 *)

Table[Count[f[n], p_ /; Max[p] == -1 + 2*Min[p]], {n, 0, z}] (* A241067 *)

Table[Count[f[n], p_ /; Max[p] >= -1 + 2*Min[p]], {n, 0, z}] (* A241068 *)

Table[Count[f[n], p_ /; Max[p] > -1 + 2*Min[p]], {n, 0, z}] (* A241069 *)

CROSSREFS

Cf. A241065, A241066, A241067, A241069.

KEYWORD

allocated

nonn,easy

AUTHOR

Clark Kimberling, Apr 16 2014

STATUS

approved

editing

#1 by Clark Kimberling at Tue Apr 15 17:05:48 EDT 2014
NAME

allocated for Clark Kimberling

KEYWORD

allocated

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 August 21 20:16 EDT 2024. Contains 375353 sequences. (Running on oeis4.)