The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A240540 Number of partitions n such that the multiplicity of the number of even parts is a part. 2
0, 0, 0, 1, 2, 2, 2, 5, 7, 8, 13, 17, 26, 31, 43, 55, 76, 98, 125, 161, 206, 261, 331, 417, 518, 648, 805, 995, 1229, 1508, 1848, 2255, 2751, 3335, 4044, 4884, 5892, 7084, 8510, 10183, 12179, 14524, 17299, 20555, 24398, 28885, 34169, 40337, 47551, 55961 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
EXAMPLE
a(7) counts these 5 partitions: 61, 421, 322, 3211, 22111; e.g., 421 has 2 even parts, and the multiplicity of 2 is 1, which is a part of 421.
MATHEMATICA
z = 60; f[n_] := f[n] = IntegerPartitions[n];
Table[Count[f[n], p_ /; MemberQ[p, Count[p, Count[Mod[p, 2], 0]]]], {n, 0, z}] (* A240540 *)
Table[Count[f[n], p_ /; MemberQ[p, Count[p, Count[Mod[p, 2], 1]]]], {n, 0, z}] (* A240541 *)
CROSSREFS
Cf. A240541.
Sequence in context: A023569 A263373 A145876 * A039878 A365616 A162145
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 07 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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)