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!)
A050391 Reversion of Euler totient function A000010. 3
1, -1, 0, 3, -8, 12, -6, -37, 208, -730, 1708, -1278, -10018, 56782, -163644, 229985, 389830, -3724538, 13460550, -28799694, 12470564, 205544596, -1084748334, 3195484242, -4851317704, -7421547798, 81343472008 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f. A(x) satisfies: A(x) = x - Sum_{k>=2} phi(k) * A(x)^k. - Ilya Gutkovskiy, Apr 22 2020
PROG
(PARI) Vec(serreverse(sum(n=1, 50, moebius(n)*x^n/(1-x^n)^2 + O(x^50)))) \\ Michel Marcus, Sep 25 2017
CROSSREFS
Sequence in context: A170901 A201882 A356865 * A360572 A360937 A361044
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 July 19 17:03 EDT 2024. Contains 374410 sequences. (Running on oeis4.)