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!)
A368287 Expansion of e.g.f. exp(-2*x) / (1 + 2*log(1 - x)). 2
1, 0, 6, 32, 356, 4456, 68096, 1211136, 24625408, 563266240, 14315378880, 400206928128, 12205482237824, 403262088466688, 14348434923733504, 546996936260529152, 22243031618999642112, 961019064912965103616, 43963636798214215278592 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (-2)^n + 2 * Sum_{k=1..n} (k-1)! * binomial(n,k) * a(n-k).
PROG
(PARI) a_vector(n) = my(v=vector(n+1)); for(i=0, n, v[i+1]=(-2)^i+2*sum(j=1, i, (j-1)!*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Sequence in context: A350485 A350109 A185386 * A276351 A135538 A296314
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 19 2023
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 August 24 20:58 EDT 2024. Contains 375417 sequences. (Running on oeis4.)