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!)
A204290 E.g.f. A(x) satisfies: Sum_{n>=1} moebius(n) * A(x)^n/n = x. 1
1, 1, 5, 35, 379, 4969, 81605, 1570715, 35014891, 882837361, 24895264085, 775645354835, 26471069590939, 981882918161209, 39334966906021925, 1692480890859290315, 77845165565219861131, 3811434080897211664321, 197923606218617044173365 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Related identity: Sum_{n>=1} moebius(n)/n^s = 1/(Sum_{n>=1} 1/n^s).
LINKS
FORMULA
E.g.f.: Series_Reversion( Sum_{n>=1} moebius(n)*x^n/n ).
EXAMPLE
E.g.f.: x + x^2/2! + 5*x^3/3! + 35*x^4/4! + 379*x^5/5! + 4969*x^6/6! +...
where the series reversion of the e.g.f. begins:
x - x^2/2 - x^3/3 - x^5/5 + x^6/6 - x^7/7 + x^10/10 - x^11/11 - x^13/13 + x^14/14 + x^15/15 - x^17/17 - x^19/19 + x^21/21 +...+ moebius(n)*x^n/n +...
PROG
(PARI) {a(n)=n!*polcoeff(serreverse(sum(m=1, n, moebius(m)*x^m/m)+x*O(x^n)), n)}
CROSSREFS
Sequence in context: A371028 A125864 A210996 * A059865 A247596 A325408
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 13 2012
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 May 14 00:47 EDT 2024. Contains 372528 sequences. (Running on oeis4.)