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!)
A298603 Number of partitions of n into odd prime parts (including 1). 2
1, 1, 1, 2, 2, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 22, 26, 31, 36, 42, 49, 56, 65, 75, 86, 98, 112, 127, 144, 164, 185, 209, 235, 264, 297, 332, 372, 416, 463, 516, 574, 638, 708, 785, 869, 960, 1061, 1171, 1291, 1421, 1563, 1718, 1886, 2070, 2269, 2484, 2718, 2972, 3247, 3545, 3868, 4216, 4592 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Partial sums of A099773.
LINKS
FORMULA
G.f.: (1/(1 - x))*Product_{k>=2} 1/(1 - x^prime(k)).
EXAMPLE
a(6) = 4 because we have [5, 1], [3, 3], [3, 1, 1, 1] and [1, 1, 1, 1, 1, 1].
MATHEMATICA
nmax = 62; CoefficientList[Series[1/(1 - x) Product[1/(1 - x^Prime[k]), {k, 2, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A088567 A029014 A304631 * A134345 A112193 A014215
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 22 2018
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 29 19:56 EDT 2024. Contains 375518 sequences. (Running on oeis4.)