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!)
A337292 a(n) = 4*binomial(5*n,n)/(5*n-1). 4
5, 20, 130, 1020, 8855, 81900, 791120, 7887660, 80560285, 838553320, 8863227100, 94871786100, 1026317094705, 11203116342560, 123243929011680, 1364973221797900, 15207477517956825, 170321264840835900, 1916512328325665070, 21655893753689280120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is the number of lattice paths from (0,0) to (4n,n) using only the steps (1,0) and (0,1) and whose only lattice points on the line y = x/4 are the path's endpoints.
LINKS
FORMULA
a(n) = 5*A118971(n-1).
G.f.: 5*x*F(x)^4 where F(x) = 1 + x*F(x)^5 is the g.f. of A002294.
MATHEMATICA
Array[4 Binomial[5 #, #]/(5 # - 1) &, 20] (* Michael De Vlieger, Aug 21 2020 *)
PROG
(PARI) a(n) = {4*binomial(5*n, n)/(5*n-1)} \\ Andrew Howroyd, Aug 21 2020
CROSSREFS
Sequence in context: A110373 A081067 A318250 * A024066 A009569 A061964
KEYWORD
nonn,easy
AUTHOR
Lucas A. Brown, Aug 21 2020
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 April 16 04:17 EDT 2024. Contains 371696 sequences. (Running on oeis4.)