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!)
A050386 Exponential reversion of Moebius function A008683. 2
1, 1, 4, 25, 221, 2505, 34707, 568177, 10731571, 229706718, 5495040882, 145285035974, 4206973447847, 132410823640004, 4500857134998016, 164322352411837139, 6412953180173688644, 266421162165751276297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
N. J. A. Sloane, Transforms
FORMULA
E.g.f. A(x) satisfies: A(x) = x - Sum_{k>=2} mu(k) * A(x)^k / k!. - Ilya Gutkovskiy, Apr 22 2020
MATHEMATICA
length = 40; Range[length]! InverseSeries[Sum[MoebiusMu[n] x^n/n!, {n, 1, length}] + O[x]^(length+1)][[3]] (* Vladimir Reshetnikov, Nov 07 2015 *)
PROG
(PARI) seq(n)= Vec(serlaplace(serreverse(sum(k=1, n, moebius(k)*x^k/k!) + O(x*x^n)))); \\ Michel Marcus, Apr 21 2020
CROSSREFS
Sequence in context: A273996 A246530 A268163 * A246524 A246528 A246951
KEYWORD
nonn
AUTHOR
Christian G. Bower, Nov 15 1999
EXTENSIONS
Typo in name corrected by Sean A. Irvine, Aug 15 2021
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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)