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!)
A360087 a(n) = Sum_{k=0..n} (-1)^k * binomial(3*k,n-k). 2
1, -1, -2, 2, 6, -5, -17, 12, 48, -28, -135, 63, 378, -134, -1054, 259, 2927, -408, -8096, 280, 22305, 1551, -61210, -10638, 167310, 46683, -455489, -175852, 1234960, 612380, -3334215, -2031953, 8962498, 6523626, -23981046, -20445373, 63855135, 62900496 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = -a(n-1) - 3*a(n-2) - 3*a(n-3) - a(n-4).
G.f.: 1/(1 + x*(1+x)^3).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^k*binomial(3*k, n-k));
(PARI) my(N=40, x='x+O('x^N)); Vec(1/(1+x*(1+x)^3))
CROSSREFS
Cf. A099234.
Sequence in context: A201500 A054917 A111419 * A306768 A174399 A056881
KEYWORD
sign,easy
AUTHOR
Seiichi Manyama, Jan 25 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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)