This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A050392 #19 Apr 22 2020 19:21:18 %S A050392 1,-1,1,3,-39,257,-909,-6389,183715,-2326009,15050003,140089725, %T A050392 -6804608381,130909360315,-1286161585477,-12952744700713, %U A050392 970148927462835,-25588194678272039,347909302401071797 %N A050392 Exponential reversion of Euler totient function A000010. %H A050392 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a> %H A050392 <a href="/index/Res#revert">Index entries for reversions of series</a> %F A050392 E.g.f. A(x) satisfies: A(x) = x - Sum_{k>=2} phi(k) * A(x)^k / k!. - _Ilya Gutkovskiy_, Apr 22 2020 %t A050392 length = 20; Range[length]! InverseSeries[Sum[EulerPhi[n] x^n/n!, {n, 1, length}] + O[x]^(length+1)][[3]] (* _Vladimir Reshetnikov_, Nov 07 2015 *) %o A050392 (PARI) seq(n)= Vec(serlaplace(serreverse(sum(k=1, n, eulerphi(k)*x^k/k!) + O(x*x^n)))); \\ _Michel Marcus_, Apr 21 2020 %Y A050392 Cf. A000010, A050391. %K A050392 sign %O A050392 1,4 %A A050392 _Christian G. Bower_, Nov 15 1999