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!)
A368446 Expansion of e.g.f. exp(-x) / (1 + log(1 - 2*x)). 1
1, 1, 9, 81, 1025, 16177, 306793, 6791201, 171849153, 4892782241, 154792866953, 5387090968113, 204528939571521, 8412441383512657, 372629008281155177, 17684630326318986881, 895251144144309285505, 48152984520621412552257 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (-1)^n + Sum_{k=1..n} 2^k * (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]=(-1)^i+sum(j=1, i, 2^j*(j-1)!*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Cf. A368286.
Sequence in context: A061433 A069659 A271556 * A110853 A371640 A344402
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 24 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 June 27 15:02 EDT 2024. Contains 373745 sequences. (Running on oeis4.)