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!)
A360293 a(n) = Sum_{k=0..floor(n/2)} (-1)^k * binomial(n-1-k,k) * binomial(2*n-4*k,n-2*k). 4
1, 2, 6, 18, 58, 194, 662, 2290, 8002, 28178, 99830, 355426, 1270586, 4557682, 16396454, 59135458, 213745922, 774077986, 2808105318, 10202439858, 37118386490, 135210620194, 493082387766, 1799998114770, 6577045868866, 24052649767730, 88031695861590 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1 / sqrt(1-4*x/(1+x^2)).
n*a(n) = 2*(2*n-1)*a(n-1) - 2*(n-2)*a(n-2) + 2*(2*n-7)*a(n-3) - (n-4)*a(n-4).
a(n) ~ (1 + sqrt(3))^(2*n) / (3^(1/4) * sqrt(Pi*n) * 2^(n - 1/2)). - Vaclav Kotesovec, Feb 02 2023
PROG
(PARI) a(n) = sum(k=0, n\2, (-1)^k*binomial(n-1-k, k)*binomial(2*n-4*k, n-2*k));
(PARI) my(N=30, x='x+O('x^N)); Vec(1/sqrt(1-4*x/(1+x^2)))
CROSSREFS
Sequence in context: A193777 A157004 A293067 * A085139 A150041 A190790
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 01 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 September 15 22:03 EDT 2024. Contains 375955 sequences. (Running on oeis4.)