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!)
A334263 E.g.f. A(x) satisfies: A(x) = x - Sum_{k>=2} prime(k-1) * A(x)^k / k!. 2
1, -2, 9, -65, 653, -8432, 133190, -2488589, 53690330, -1313508417, 35929413073, -1086587503799, 35998774583176, -1296581783771904, 50442455219483951, -2108020240791081088, 94179374365406507609, -4479409651990684350045, 225977974437623955594777 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Exponential reversion of A008578 (1 together with primes).
LINKS
FORMULA
a(n) ~ -(-1)^n * n^(n-1) / (sqrt(t) * r^(n - 1/2) * exp(n)), where t = Sum_{k>=0} prime(k+1) * s^k / k! = 0.7444466039931411886049681349033665583265654464..., s = -0.835708320094278846648094879804371313211261254223... is the root of the equation Sum_{k>=1} prime(k) * s^k / k! = -1 and r = -s - Sum_{k>=2} prime(k-1) * s^k / k! = 0.34673082109620141270389189466020238662524394743... - Vaclav Kotesovec, Apr 21 2020
MATHEMATICA
nmax = 19; CoefficientList[InverseSeries[Series[x + Sum[Prime[k - 1] x^k/k!, {k, 2, nmax}], {x, 0, nmax}], x], x] Range[0, nmax]! // Rest
CROSSREFS
Sequence in context: A099975 A292976 A334315 * A127056 A228696 A042255
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 20 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 July 31 20:34 EDT 2024. Contains 374808 sequences. (Running on oeis4.)