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!)
A368442 Expansion of e.g.f. exp(-x) / (3 - 2*exp(2*x)). 3
1, 3, 33, 483, 9537, 235203, 6960993, 240350883, 9484451457, 421047638403, 20768624968353, 1126878096701283, 66701360437693377, 4277150701010241603, 295365044324205535713, 21853794944452689691683, 1724738884402183269207297, 144626802398076537956524803 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (-1)^n + 2 * Sum_{k=1..n} 2^k * 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+2*sum(j=1, i, 2^j*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Sequence in context: A321265 A011922 A365028 * A264833 A071405 A234526
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 September 4 15:52 EDT 2024. Contains 375685 sequences. (Running on oeis4.)