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!)
A352271 Expansion of e.g.f. 1/(2 - exp(x) - log(1 + x)). 2
1, 2, 8, 51, 427, 4485, 56461, 829619, 13929175, 263120293, 5522411441, 127497249825, 3211140897757, 87615489275587, 2574463431688695, 81050546853002151, 2721785052811891411, 97113737702073060713, 3668859532725782696709, 146306156466305491481253 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} ((-1)^(k-1) * (k-1)! + 1) * binomial(n,k) * a(n-k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(1/(2-exp(x)-log(1+x))))
(PARI) a(n) = if(n==0, 1, sum(k=1, n, ((-1)^(k-1)*(k-1)!+1)*binomial(n, k)*a(n-k)));
CROSSREFS
Sequence in context: A086922 A007128 A013085 * A352147 A351772 A277506
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 10 2022
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 19 14:45 EDT 2024. Contains 372698 sequences. (Running on oeis4.)