login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
OFFSET
1,4
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