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!)
A360088 a(n) = Sum_{k=0..n} (-1)^k * binomial(4*k,n-k). 2
1, -1, -3, 1, 13, 4, -49, -46, 165, 284, -476, -1417, 1003, 6220, -110, -24644, -14831, 88184, 113224, -278288, -619744, 715647, 2891977, -1036173, -12068353, -3381661, 45588556, 41600921, -154355594, -259984429, 448828716, 1305250324, -964837159, -5754843123 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = -a(n-1) - 4*a(n-2) - 6*a(n-3) - 4*a(n-4) - a(n-5).
G.f.: 1/(1 + x*(1+x)^4).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^k*binomial(4*k, n-k));
(PARI) my(N=40, x='x+O('x^N)); Vec(1/(1+x*(1+x)^4))
CROSSREFS
Cf. A099235.
Sequence in context: A277197 A297898 A322384 * A113139 A266577 A143411
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 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)