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!)
A334895 G.f.: (Sum_{k>=1} prime(k) * x^k) * (Product_{j>=1} (1 - x^j)). 1
0, 2, 1, 0, -1, -1, -3, -4, -4, -3, 3, -1, 5, 3, 2, 6, 8, 11, 3, 3, 1, -5, -5, -3, -4, -8, -12, -16, -19, -13, -5, 9, 3, 1, -7, 3, 7, 0, 20, 18, 18, 18, 23, 19, 15, 9, 5, 5, 15, -9, -25, -27, -25, -20, -6, -12, -20, -10, -20, -17, -27, -9, -1, 5, -5, -13, -23, 3, 1, 15, 19 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of primes with A010815.
LINKS
FORMULA
Sum_{k=1..n} a(k) * A000041(n-k) = prime(n).
MATHEMATICA
nmax = 70; CoefficientList[Series[Sum[Prime[k] x^k, {k, 1, nmax}] Product[(1 - x^j), {j, 1, nmax}], {x, 0, nmax}], x]
A010815[0] = 1; A010815[n_] := A010815[n] = -(1/n) Sum[DivisorSigma[1, k] A010815[n - k], {k, 1, n}]; a[n_] := Sum[Prime[k] A010815[n - k], {k, 1, n}]; Table[a[n], {n, 0, 70}]
CROSSREFS
Cf. A000040, A000041, A010815, A086717, A246575 (convolution of nonnegative integers with A010815).
Sequence in context: A081718 A290353 A263857 * A355262 A355576 A198062
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, May 14 2020
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 15 18:29 EDT 2024. Contains 372549 sequences. (Running on oeis4.)