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!)
A368288 Expansion of e.g.f. exp(2*x) / (1 - log(1+x)). 1
1, 3, 9, 28, 92, 326, 1262, 5412, 25720, 136208, 792432, 5105376, 35369072, 271130224, 2163931408, 19516167712, 172444938240, 1853022376064, 16940180000128, 231342744007680, 1864622339520768, 39188769208491520, 160619617213475840, 9585537940543741952, -35595308731629374464 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2^n + Sum_{k=1..n} (-1)^(k-1) * (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, (-1)^(j-1)*(j-1)!*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Sequence in context: A105849 A243156 A228449 * A131203 A191637 A345241
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 August 24 20:38 EDT 2024. Contains 375417 sequences. (Running on oeis4.)