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!)
A245240 Coefficients of the series reversion of the series Sum(x^k for k in A008578). 0
0, 1, -1, 1, 0, -5, 21, -59, 117, -95, -484, 3131, -11219, 28216, -40975, -49778, 630853, -2758309, 8205948, -16014181, 3933569, 135111669, -743995720, 2566032656, -6105683945, 6584104436, 26402611080, -205994058892, 825490609412, -2295266373781 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
G.f.: series reversion of Sum(x^k for k in A008578) = x + Sum(x^n, n is prime).
EXAMPLE
x - x^2 + x^3 - 5*x^5 + 21*x^6 + ...
MATHEMATICA
With[{N = 10}, CoefficientList[InverseSeries[x + Sum[x^Prime[k], {k, 1, N}] + O[x]^(Prime[N + 1] - 1)], x]]
PROG
(PARI) t=Ser(x+O(x^31)); forprime(p=2, 30, t+=x^p); Vec(serreverse(t)) /* Max Alekseyev, Jul 15 2014 */
CROSSREFS
Sequence in context: A166464 A059859 A146617 * A370839 A203233 A112561
KEYWORD
sign,easy
AUTHOR
Arsenii Abdrafikov, Jul 14 2014
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)