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!)
A325344 Number of partitions of n with even minimal part and odd maximal part. 4
0, 0, 1, 1, 3, 3, 7, 7, 13, 15, 25, 28, 44, 52, 76, 91, 128, 155, 211, 255, 340, 415, 540, 656, 842, 1025, 1297, 1573, 1970, 2386, 2959, 3570, 4394, 5290, 6460, 7751, 9411, 11259, 13592, 16206, 19468, 23149, 27678, 32808, 39070, 46186, 54783, 64577, 76332 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
The four sequences A325338, A325344, A325345, A325346 partition the partition numbers, A000041.
LINKS
EXAMPLE
a(5) counts these 3 partitions: [4,1], [2,2,1], [2,1,1,1].
MATHEMATICA
Table[Count[IntegerPartitions[n], q_ /; EvenQ[Min[q]] && OddQ[Max[q]]], {n, 30}]
CROSSREFS
Sequence in context: A128498 A146906 A147449 * A208474 A363979 A187781
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 23 2019
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)