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!)
A360314 a(n) = Sum_{k=0..floor(n/3)} (-1)^k * binomial(n-1-2*k,n-3*k) * binomial(2*k,k). 3
1, 0, 0, -2, -2, -2, 4, 10, 16, 2, -32, -86, -90, 26, 332, 646, 534, -690, -3040, -4934, -2270, 9066, 27260, 35198, 532, -101946, -232752, -230730, 158986, 1039078, 1899364, 1265370, -2714160, -9926158, -14625008, -4036358, 34062386, 89744810, 104123084 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: 1 / sqrt(1+4*x^3/(1-x)).
n*a(n) = 2*(n-1)*a(n-1) - (n-2)*a(n-2) - 2*(2*n-3)*a(n-3) + 2*(2*n-6)*a(n-4).
PROG
(PARI) a(n) = sum(k=0, n\3, (-1)^k*binomial(n-1-2*k, n-3*k)*binomial(2*k, k));
(PARI) my(N=40, x='x+O('x^N)); Vec(1/sqrt(1+4*x^3/(1-x)))
CROSSREFS
Sequence in context: A199889 A293177 A231382 * A213270 A307522 A130707
KEYWORD
sign
AUTHOR
Seiichi Manyama, Feb 03 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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)