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!)
A360295 a(n) = Sum_{k=0..floor(n/4)} (-1)^k * binomial(n-1-3*k,k) * binomial(2*n-8*k,n-4*k). 5
1, 2, 6, 20, 70, 250, 912, 3372, 12590, 47362, 179230, 681528, 2601896, 9966798, 38288420, 147453664, 569092438, 2200577502, 8523612766, 33064771524, 128438624798, 499525018638, 1944918241388, 7580283784548, 29571439970136, 115459524588322, 451157870454298 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1 / sqrt(1-4*x/(1+x^4)).
n*a(n) = 2*(2*n-1)*a(n-1) - 2*(n-4)*a(n-4) + 2*(2*n-13)*a(n-5) - (n-8)*a(n-8).
PROG
(PARI) a(n) = sum(k=0, n\4, (-1)^k*binomial(n-1-3*k, k)*binomial(2*n-8*k, n-4*k));
(PARI) my(N=30, x='x+O('x^N)); Vec(1/sqrt(1-4*x/(1+x^4)))
CROSSREFS
Sequence in context: A193653 A147748 A150125 * A224514 A065345 A130914
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 July 14 11:30 EDT 2024. Contains 374318 sequences. (Running on oeis4.)