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!)
A368894 a(n) = Sum_{k=0..floor(n/2)} (-n)^k * binomial(n-k,k). 1
1, 1, -1, -5, 5, 56, -29, -923, -119, 19855, 17711, -524160, -926771, 16339441, 45275035, -585443909, -2298643951, 23626165600, 124604211943, -1056587815835, -7261611779179, 51645640102519, 455056929514067, -2724884512463520, -30595315890959975 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = [x^n] 1/(1 - x + n*x^2).
PROG
(PARI) a(n) = sum(k=0, n\2, (-n)^k*binomial(n-k, k));
CROSSREFS
Sequence in context: A196388 A073128 A189749 * A009390 A009334 A151467
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 June 28 22:57 EDT 2024. Contains 373817 sequences. (Running on oeis4.)