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!)
A307125 Expansion of e.g.f. log(1 - log(1 - x*exp(x))). 1
0, 1, 2, 4, 17, 123, 1052, 10568, 125750, 1726189, 26730394, 460982300, 8766443952, 182229703043, 4110207945794, 99970680376908, 2608221938476016, 72656914458625593, 2152355976206481570, 67562405794276542004, 2240111797037473955984, 78229640115171735522015, 2870092624821982184377202 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
a:=series(log(1-log(1-x*exp(x))), x=0, 23): seq(n!*coeff(a, x, n), n=0..22); # Paolo P. Lava, Apr 03 2019
MATHEMATICA
nmax = 22; CoefficientList[Series[Log[1 - Log[1 - x Exp[x]]], {x, 0, nmax}], x] Range[0, nmax]!
PROG
(PARI) my(x = 'x + O('x^30)); concat(0, Vec(serlaplace(log(1 - log(1 - x*exp(x)))))) \\ Michel Marcus, Mar 26 2019
CROSSREFS
Sequence in context: A009319 A347724 A009323 * A247260 A048872 A063800
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 26 2019
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 13:41 EDT 2024. Contains 371957 sequences. (Running on oeis4.)