A050385 Reversion of Moebius function A008683.
1, 1, 3, 10, 39, 160, 691, 3081, 14095, 65757, 311695, 1496833, 7266979, 35608419, 175875537, 874698246, 4376646808, 22016578909, 111282845162, 564886771380, 2878498888625, 14719219809915, 75505990358779, 388451973679785
Offset: 1
Links
- David W. Wilson, Table of n, a(n) for n = 1..1000
- Yu Hin (Gary) Au, Decompositions of Unit Hypercubes and the Reversion of a Generalized Möbius Series, arXiv:2205.03680 [math.CO], 2022.
- I. P. Goulden, Andrew Granville, L. Bruce Richmond, and J. Shallit, Natural exact covering systems and the reversion of the Möbius series, Ramanujan J. (2019) Vol. 50, 211-235.
- I. P. Goulden, L. B. Richmond, and J. Shallit, Natural exact covering systems and the reversion of the Möbius series, arXiv:1711.04109 [math.NT], 2017-2018.
- N. J. A. Sloane, Transforms
- Index entries for reversions of series
Programs
-
Mathematica
InverseSeries[Sum[MoebiusMu[n] x^n, {n, 0, 25}] + O[x]^25] // CoefficientList[#, x]& // Rest (* Jean-François Alcover, Sep 29 2018 *)
Formula
G.f. A(x) satisfies: A(x) = x - Sum_{k>=2} mu(k) * A(x)^k. - Ilya Gutkovskiy, Apr 22 2020
Comments