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!)
A030010 Inverse Euler transform of primes. 11
2, 0, 1, 0, 2, -3, 2, -4, 4, -3, 4, -5, 10, -21, 20, -18, 34, -46, 64, -99, 126, -182, 258, -319, 464, -685, 936, -1352, 1888, -2570, 3690, -5188, 7292, -10501, 14742, -20766, 29610, -41650, 59052, -84338, 119602, -170279, 242256, -343356, 489550, -698073 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
N. J. A. Sloane, Transforms
FORMULA
Product_{k>=1} 1/(1-x^k)^{a(k)} = 1 + Sum_{n>=1} prime(n) * x^n.
From Vaclav Kotesovec, Oct 09 2019: (Start)
a(n) ~ -(-1)^n * A072508^n / n.
a(n) ~ -(-1)^n / (n * A088751^n). (End)
EXAMPLE
(1-x)^(-2) * (1-x^3)^(-1) * (1-x^5)^(-2) * (1-x^6)^3 * (1-x^7)^(-2) * ... = 1 + 2*x + 3*x^2 + 5*x^3 + 7*x^4 + ... .
MATHEMATICA
pp = Prime[Range[n = 100]]; s = {};
For[i = 1, i <= n, i++, AppendTo[s, i*pp[[i]] - Sum[s[[d]]*pp[[i-d]], {d, i-1}]]];
Table[Sum[If[Divisible[i, d], MoebiusMu[i/d], 0]*s[[d]], {d, 1, i}]/i, {i, n}] (* Jean-François Alcover, May 10 2019 *)
CROSSREFS
Sequence in context: A182936 A340503 A072662 * A321297 A343156 A163577
KEYWORD
sign
AUTHOR
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 6 18:59 EDT 2024. Contains 372297 sequences. (Running on oeis4.)