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!)
A368895 a(n) = Sum_{k=0..floor(n/3)} (-n)^k * binomial(n-2*k,k). 2
1, 1, 1, -2, -7, -14, 13, 113, 337, 19, -2579, -10867, -9911, 71852, 431229, 741181, -2178783, -20081708, -51012467, 58414532, 1061935641, 3651310699, 1841181, -62090909433, -279070619279, -250335322449, 3913178936941, 22877592319648, 38634162528361 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = [x^n] 1/(1 - x + n*x^3).
PROG
(PARI) a(n) = sum(k=0, n\3, (-n)^k*binomial(n-2*k, k));
CROSSREFS
Sequence in context: A102154 A102153 A332542 * A331703 A032537 A072120
KEYWORD
sign,easy
AUTHOR
Seiichi Manyama, Jan 09 2024
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 July 16 21:48 EDT 2024. Contains 374358 sequences. (Running on oeis4.)