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!)
A284608 Number of partitions of n such that the (sum of distinct odd parts) = floor(n/2). 2
0, 1, 2, 0, 0, 1, 2, 5, 6, 1, 3, 8, 9, 1, 5, 20, 20, 28, 45, 30, 29, 43, 69, 60, 51, 119, 174, 86, 75, 213, 307, 355, 375, 416, 583, 517, 541, 663, 923, 1198, 1291, 1205, 1650, 2156, 2365, 1803, 2469, 4196, 4596, 4637, 6073, 6684, 7374, 6740, 8829, 12345 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(8) counts these 5 partitions: 431, 3311, 3221, 32111, 311111.
MATHEMATICA
Table[p = IntegerPartitions[n]; Length[Select[Table[Total[Select[DeleteDuplicates[p[[k]]], OddQ]], {k, Length[p]}], # == Floor[n/2] &]], {n, 60}] (* Peter J. C. Moses, Mar 29 2017 *)
CROSSREFS
Sequence in context: A361800 A340958 A320781 * A325201 A260019 A153036
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Mar 30 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 August 12 15:11 EDT 2024. Contains 375113 sequences. (Running on oeis4.)