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!)
A368014 Expansion of e.g.f. 1/(1 - exp(x) + exp(3*x)). 0
1, -2, 0, 22, -48, -722, 5160, 39142, -731808, -1875362, 138079320, -428616938, -32571174768, 360902614798, 8748630825480, -218739750924218, -2165282730308928, 135578968355309758, -45942716160492360, -89526354705694434698, 1011199293695966345712 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} (1 - 3^k) * binomial(n,k) * a(n-k).
PROG
(PARI) a_vector(n) = my(v=vector(n+1)); v[1]=1; for(i=1, n, v[i+1]=sum(j=1, i, (1-3^j)*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Sequence in context: A282134 A293938 A254042 * A009378 A106708 A138551
KEYWORD
sign
AUTHOR
Seiichi Manyama, Dec 08 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 16 19:55 EDT 2024. Contains 375977 sequences. (Running on oeis4.)