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!)
A368284 Expansion of e.g.f. exp(-2*x) / (1 + log(1 - x)). 1
1, -1, 3, 0, 32, 182, 1882, 20500, 260136, 3701968, 58565360, 1019110848, 19346296752, 397867297136, 8811800026928, 209100451072672, 5292665533921024, 142338738348972672, 4053176346277660288, 121828547313861426176, 3854597854165079424768 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (-2)^n + 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+sum(j=1, i, (j-1)!*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Sequence in context: A007415 A145222 A058833 * A266168 A276913 A012775
KEYWORD
sign
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 July 3 03:26 EDT 2024. Contains 373963 sequences. (Running on oeis4.)