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!)
A307309 Self-composition of the Dedekind psi function (A001615). 2
1, 6, 26, 99, 348, 1194, 4000, 13326, 44058, 144066, 462504, 1459194, 4545588, 14068554, 43450848, 134213808, 414692130, 1280610858, 3948172380, 12142365042, 37235047770, 113844652986, 347103133068, 1055610536520, 3202944247674, 9697395164616, 29298206343284 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Dedekind Function
FORMULA
G.f.: g(g(x)), where g(x) = Sum_{k>=1} mu(k)^2*x^k/(1 - x^k)^2 is the g.f. of A001615.
MATHEMATICA
g[x_] := g[x] = Sum[MoebiusMu[k]^2 x^k/(1 - x^k)^2, {k, 1, 27}]; a[n_] := a[n] = SeriesCoefficient[g[g[x]], {x, 0, n}]; Table[a[n], {n, 27}]
CROSSREFS
Sequence in context: A318947 A320816 A239179 * A186314 A234267 A055420
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 August 21 21:44 EDT 2024. Contains 375353 sequences. (Running on oeis4.)