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!)
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 May 13 03:04 EDT 2024. Contains 372497 sequences. (Running on oeis4.)