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!)
A241734 Number of partitions p of n such that round(mean(p)) is not a part of p; here, round(x) means floor(x + 1/2). 3
1, 0, 0, 0, 1, 2, 4, 5, 9, 12, 18, 25, 33, 44, 62, 82, 104, 131, 182, 222, 289, 368, 454, 581, 717, 912, 1115, 1367, 1745, 2093, 2578, 3068, 3820, 4688, 5574, 6870, 8278, 9738, 11716, 14259, 16961, 20210, 24156, 28582, 33728, 40446, 48163, 55979, 657385 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
For the corresponding sequence using "round" as in Mathematica, see A241339.
LINKS
FORMULA
a(n) + A241733(n) = A000041(n) for n >= 0.
EXAMPLE
a(6) counts these 4 partitions: 51, 42, 411, 3111.
MATHEMATICA
z = 40; f[n_] := f[n] = IntegerPartitions[n];
Table[Count[f[n], p_ /; MemberQ[p, Floor[Mean[p] + 1/2]]], {n, 0, z}] (* A241733 *)
Table[Count[f[n], p_ /; ! MemberQ[p, Floor[Mean[p] + 1/2]]], {n, 0, z}] (* A241734 *)
CROSSREFS
Sequence in context: A327781 A241411 A211373 * A371171 A039898 A083690
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 28 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 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)