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!)
A307308 Self-composition of the Euler totient function (A000010). 2
1, 2, 6, 15, 42, 106, 280, 702, 1778, 4398, 10910, 26678, 65172, 157656, 380524, 912846, 2185906, 5216588, 12433166, 29564544, 70189672, 166245574, 392909240, 926290066, 2178881218, 5114469170, 11985221654, 28049398284, 65588182636, 153277006212, 358073997608 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Totient Function
FORMULA
G.f.: g(g(x)), where g(x) = Sum_{k>=1} mu(k)*x^k/(1 - x^k)^2 is the g.f. of A000010.
MATHEMATICA
g[x_] := g[x] = Sum[MoebiusMu[k] x^k/(1 - x^k)^2, {k, 1, 31}]; a[n_] := a[n] = SeriesCoefficient[g[g[x]], {x, 0, n}]; Table[a[n], {n, 31}]
CROSSREFS
Sequence in context: A236110 A362566 A280782 * A065178 A178936 A221744
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 02 2019
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 June 11 02:07 EDT 2024. Contains 373288 sequences. (Running on oeis4.)