The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A359647 a(n) = [x^n] hypergeom([1/4, 3/4], [2], 64*x). The central terms of the Motzkin triangle A359364 without zeros. 2
1, 6, 140, 4620, 180180, 7759752, 356948592, 17210021400, 859544957700, 44123307828600, 2315270298060720, 123691561681243920, 6707888537328997200, 368417878127146461600, 20455964090297751153600, 1146556787261188952159280, 64797319609481605046295780 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Number of Motzkin paths of length 4n with exactly 2n horizontal steps: a(1) = 6: UDHH, UHDH, UHHD, HUDH, HUHD, HHUD. - Alois P. Heinz, Aug 02 2023
LINKS
FORMULA
a(n) = A359364(4*n, 2*n).
a(n) = A000108(n) * A001448(n) = binomial(2*n,n)/(n+1)*binomial(4*n,2*n). - Alois P. Heinz, Aug 02 2023
MAPLE
ser := series(hypergeom([1/4, 3/4], [2], 64*x), x, 20):
seq(coeff(ser, x, n), n = 0..16);
CROSSREFS
Sequence in context: A193876 A293124 A193185 * A322625 A012785 A012818
KEYWORD
nonn
AUTHOR
Peter Luschny, Jan 09 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 June 11 14:45 EDT 2024. Contains 373311 sequences. (Running on oeis4.)