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!)
A360291 a(n) = Sum_{k=0..floor(n/3)} binomial(n-1-2*k,k) * binomial(2*n-6*k,n-3*k). 4
1, 2, 6, 20, 72, 264, 984, 3714, 14148, 54284, 209482, 812196, 3161340, 12345658, 48348522, 189807336, 746740510, 2943359208, 11620961412, 45950375602, 181936110006, 721233025332, 2862271873966, 11370584735100, 45212101270728, 179926167512914 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1 / sqrt(1-4*x/(1-x^3)).
n*a(n) = 2*(2*n-1)*a(n-1) + 2*(n-3)*a(n-3) - 2*(2*n-10)*a(n-4) - (n-6)*a(n-6).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(n-1-2*k, k)*binomial(2*n-6*k, n-3*k));
(PARI) my(N=30, x='x+O('x^N)); Vec(1/sqrt(1-4*x/(1-x^3)))
CROSSREFS
Sequence in context: A194950 A150129 A360267 * A150130 A150131 A150132
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 1 06:23 EDT 2024. Contains 375575 sequences. (Running on oeis4.)