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!)
A050392 Exponential reversion of Euler totient function A000010. 2
1, -1, 1, 3, -39, 257, -909, -6389, 183715, -2326009, 15050003, 140089725, -6804608381, 130909360315, -1286161585477, -12952744700713, 970148927462835, -25588194678272039, 347909302401071797 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
N. J. A. Sloane, Transforms
FORMULA
E.g.f. A(x) satisfies: A(x) = x - Sum_{k>=2} phi(k) * A(x)^k / k!. - Ilya Gutkovskiy, Apr 22 2020
MATHEMATICA
length = 20; Range[length]! InverseSeries[Sum[EulerPhi[n] x^n/n!, {n, 1, length}] + O[x]^(length+1)][[3]] (* Vladimir Reshetnikov, Nov 07 2015 *)
PROG
(PARI) seq(n)= Vec(serlaplace(serreverse(sum(k=1, n, eulerphi(k)*x^k/k!) + O(x*x^n)))); \\ Michel Marcus, Apr 21 2020
CROSSREFS
Sequence in context: A292542 A212664 A342969 * A292294 A366995 A191468
KEYWORD
sign
AUTHOR
Christian G. Bower, Nov 15 1999
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 20 14:08 EDT 2024. Contains 372717 sequences. (Running on oeis4.)