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!)
A353156 a(0) = 1; a(n) = -Sum_{k=1..n} prime(k+1) * a(n-k). 0
1, -3, 4, -4, 2, 6, -22, 46, -74, 86, -40, -120, 450, -958, 1506, -1694, 744, 2500, -9184, 19422, -30450, 34032, -14178, -52286, 188038, -394724, 615102, -681110, 268666, 1089974, -3847390, 8021030, -12426638, 13632728, -5063588, -22711916, 78708912, -162966020, 251005706 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1 / (1 + Sum_{k>=1} prime(k+1) * x^k).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = -Sum[Prime[k + 1] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 38}]
nmax = 38; CoefficientList[Series[1/(1 + Sum[Prime[k + 1] x^k, {k, 1, nmax}]), {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A291086 A358449 A209329 * A106290 A249618 A073498
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 27 2022
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 24 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)