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!)
A333957 E.g.f. A(x) satisfies: A(x) = x - Sum_{k>=2} sigma(k) * A(x)^k / k!. 1
1, -3, 23, -292, 5194, -118879, 3327092, -110077602, 4202995203, -181898058107, 8799087726483, -470477273391491, 27552899058423712, -1753972172620598718, 120590533350099961096, -8905268067453051058302, 702994242229769687066025, -59076500305914641133294712 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Exponential reversion of the sum of divisors function (A000203).
LINKS
MATHEMATICA
nmax = 18; CoefficientList[InverseSeries[Series[Sum[DivisorSigma[1, k] x^k/k!, {k, 1, nmax}], {x, 0, nmax}], x], x] Range[0, nmax]! // Rest
PROG
(PARI) seq(n)= Vec(serlaplace(serreverse(sum(k=1, n, sigma(k)*x^k/k!) + O(x*x^n)))) \\ Michel Marcus, Apr 22 2020
CROSSREFS
Sequence in context: A363137 A060090 A052842 * A343849 A307418 A365546
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 22 2020
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)