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!)
A300521 Expansion of Product_{k>=1} (1 - x^prime(k))^prime(k). 0
1, 0, -2, -3, 1, 1, 3, 0, 9, 8, 4, -31, -12, -13, 20, -13, 48, -17, 74, -87, 8, -143, 175, -174, 349, -164, 369, -651, 520, -1004, 1142, -1218, 1652, -1739, 3291, -3933, 3546, -5743, 6170, -8022, 11435, -13230, 17196, -18706, 22958, -31884, 38420, -49802, 58916 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: Product_{k>=1} (1 - x^A000040(k))^A000040(k).
G.f.: exp(-Sum_{k>=1} A005063(k)*x^k/k).
MATHEMATICA
nmax = 48; CoefficientList[Series[Product[(1 - x^Prime[k])^Prime[k], {k, 1, nmax}], {x, 0, nmax}], x]
nmax = 48; CoefficientList[Series[Exp[-Sum[DivisorSum[k, Boole[PrimeQ[#]] #^2 &] x^k/k, {k, 1, nmax}]], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A256187 A308297 A251045 * A356152 A317627 A271566
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Mar 08 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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)