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!)
A368454 Expansion of e.g.f. 2*exp(-x) / (3 - exp(2*x)). 3
1, 0, 3, 12, 93, 840, 9183, 117012, 1704153, 27921360, 508302363, 10178888412, 222365364213, 5262547606680, 134124963385143, 3662574088282212, 106682195378484273, 3301614846549616800, 108189336403552025523, 3742170760095124874412 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (-1)^n + Sum_{k=1..n} 2^(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-1)*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Sequence in context: A058337 A025503 A363254 * A263801 A078124 A115245
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 14 20:23 EDT 2024. Contains 375929 sequences. (Running on oeis4.)