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!)
A284617 Number of partitions of n such that the (sum of distinct even parts) <= n/2. 4
1, 1, 2, 4, 6, 8, 11, 17, 23, 29, 38, 63, 81, 102, 131, 186, 235, 293, 364, 503, 622, 762, 933, 1287, 1571, 1906, 2311, 3049, 3682, 4425, 5305, 6874, 8219, 9796, 11648, 14796, 17543, 20743, 24484, 31059, 36600, 43025, 50477, 62681, 73401, 85788, 100085 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(4) counts these 4 partitions: 31, 22, 211, 1111.
MATHEMATICA
Table[p = IntegerPartitions[n];
Length[Select[Table[Total[Select[DeleteDuplicates[p[[k]]], EvenQ]], {k,
Length[p]}], # <= n/2 &]], {n, 54}]
CROSSREFS
Sequence in context: A213609 A338237 A039823 * A079972 A164144 A353007
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 02 2017
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 June 3 03:48 EDT 2024. Contains 373054 sequences. (Running on oeis4.)