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!)
A284612 Number of partitions of n such that the (sum of distinct odd parts) < n/2. 4
0, 1, 2, 4, 4, 7, 9, 13, 22, 31, 40, 53, 75, 98, 126, 156, 215, 272, 375, 461, 602, 743, 971, 1175, 1491, 1817, 2359, 2831, 3499, 4210, 5326, 6329, 7956, 9501, 11833, 13994, 17155, 20324, 24845, 29189, 35688, 42016, 50803, 59379, 71893, 84106, 100369, 116691 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(6) counts these 7 partitions: 6, 41, 411, 222, 2211, 21111, 111111.
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: A262884 A340448 A241387 * A070072 A265259 A238493
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 16 11:48 EDT 2024. Contains 371711 sequences. (Running on oeis4.)