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!)
A050390 Exponential reversion of divisor function A000005. 2
1, -2, 10, -83, 968, -14550, 267657, -5823342, 146255131, -4164222891, 132539992770, -4663220787205, 179712285498419, -7528614819216452, 340644924343427080, -16555539553909999044, 860131362806819785898 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
N. J. A. Sloane, Transforms
FORMULA
E.g.f. A(x) satisfies: A(x) = x - Sum_{k>=2} d(k) * A(x)^k / k!. - Ilya Gutkovskiy, Apr 22 2020
PROG
(PARI) seq(n)= Vec(serlaplace(serreverse(sum(k=1, n, numdiv(k)*x^k/k!) + O(x*x^n)))); \\ Michel Marcus, Apr 21 2020
CROSSREFS
Sequence in context: A296667 A003093 A006679 * A298690 A101878 A121194
KEYWORD
sign
AUTHOR
Christian G. Bower, Nov 15 1999
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)