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!)
A330150 Expansion of e.g.f. exp(-x) / (1 - log(1 + x)). 3
1, 0, 0, 1, -1, 8, -16, 159, -659, 6824, -46680, 517581, -4941685, 61043344, -735256328, 10269016939, -147207286503, 2322683458544, -38298239486672, 677630804946393, -12581447014620585, 247342217288517496, -5096876494438056928, 110338442309322274295 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Inverse binomial transform of A006252.
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n - k) * binomial(n,k) * A006252(k).
a(n) = (-1)^n + Sum_{k=1..n} (-1)^(k-1) * (k-1)! * binomial(n,k) * a(n-k). - Seiichi Manyama, Dec 19 2023
MATHEMATICA
nmax = 23; CoefficientList[Series[Exp[-x]/(1 - Log[1 + x]), {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A328127 A323385 A061359 * A340586 A005445 A322342
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 03 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 May 20 21:47 EDT 2024. Contains 372720 sequences. (Running on oeis4.)