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!)
A352270 Expansion of e.g.f. 1/(2 - exp(x) + log(1 - x)). 4
1, 2, 10, 75, 751, 9405, 141361, 2478959, 49683047, 1120216645, 28064294201, 773391141325, 23250533411821, 757231705088131, 26558855360366239, 998051946325525971, 40006049065833007891, 1703833370634756077097, 76833773059665726636621 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} ((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, ((k-1)!+1)*binomial(n, k)*a(n-k)));
CROSSREFS
Sequence in context: A094071 A358437 A289679 * A136222 A184356 A292631
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)