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!)
A298436 Expansion of Product_{k>=1} 1/(1 - x^prime(k))^2. 3
1, 0, 2, 2, 3, 6, 7, 12, 15, 22, 30, 40, 54, 72, 93, 122, 157, 202, 256, 326, 409, 512, 640, 792, 981, 1204, 1479, 1802, 2196, 2662, 3218, 3880, 4660, 5588, 6677, 7960, 9471, 11232, 13299, 15710, 18514, 21784, 25570, 29968, 35047, 40922, 47698, 55500, 64480, 74786, 86618 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Number of partitions of n into prime parts of 2 kinds.
Self-convolution of A000607.
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..10000 (terms 0..1000 from Seiichi Manyama)
FORMULA
G.f.: Product_{k>=1} 1/(1 - x^prime(k))^2.
log(a(n)) ~ 2*Pi*sqrt(2*n/(3*log(n/2))). - Vaclav Kotesovec, Jan 12 2021
EXAMPLE
a(5) = 6 because we have [5a], [5b], [3a, 2a], [3a, 2b], [3b, 2a] and [3b, 2b].
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[1/(1 - x^Prime[k])^2, {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A308514 A039866 A106369 * A228577 A032062 A303028
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 19 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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)