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!)
A284613 Number of partitions of n such that the (sum of distinct odd parts) <= n/2. 4
0, 2, 2, 4, 4, 8, 9, 18, 22, 32, 40, 61, 75, 99, 126, 176, 215, 300, 375, 491, 602, 786, 971, 1235, 1491, 1936, 2359, 2917, 3499, 4423, 5326, 6684, 7956, 9917, 11833, 14511, 17155, 20987, 24845, 30387, 35688, 43221, 50803, 61535, 71893, 85909, 100369, 120887 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(4) counts these 4 partitions: 4, 31, 211, 1111.
MATHEMATICA
Table[p = IntegerPartitions[n];
Length[Select[Table[Total[Select[DeleteDuplicates[p[[k]]], OddQ]], {k, Length[p]}], # <= n/2 &]], {n, 55}]
CROSSREFS
Sequence in context: A120803 A316624 A318770 * A000011 A187213 A022476
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 April 27 13:14 EDT 2024. Contains 372019 sequences. (Running on oeis4.)