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!)
A360292 a(n) = Sum_{k=0..floor(n/4)} binomial(n-1-3*k,k) * binomial(2*n-8*k,n-4*k). 4
1, 2, 6, 20, 70, 254, 936, 3492, 13150, 49882, 190318, 729576, 2807816, 10841962, 41983588, 162973568, 633994982, 2471010742, 9646981054, 37718873700, 147676286078, 578883674722, 2271704404900, 8923807316892, 35087269756344, 138075819924306 (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, 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
Cf. A360295.
Sequence in context: A000984 A087433 A119373 * A151284 A049138 A095929
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 May 1 00:01 EDT 2024. Contains 372143 sequences. (Running on oeis4.)