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!)
A189770 Number of one-sided prudent walks from (0,0) to (n,n), with 4+n east steps, 4 west steps and n north steps. 1
2, 30, 300, 2450, 17640, 116424, 720720, 4247100, 24066900, 132100540, 706137432, 3691172940, 18929092000, 95477508000, 474659611200, 2329787591640, 11306322135900, 54314684770500, 258550604697000, 1220631012701100, 5719528173799440, 26616851891058000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
S. Gao and H. Niederhausen, Sequences Arising From Prudent Self-Avoiding Walks, 2010.
FORMULA
a(n) = (n+1)(2+n)(n+3) Gamma(1+2n) / (24n(Gamma(n))^2).
MATHEMATICA
Table[(n+1)*(2+n)*(n+3)*Gamma[1+2*n]/(24*n*(Gamma[n])^2), {n, 30}]
PROG
(Magma) [ Round((n+1)*(n+2)*(n+3)*Gamma(1+2*n)/(24*n*Gamma(n)^2)): n in [1..22] ]; // Klaus Brockhaus, Apr 29 2011
CROSSREFS
Sequence in context: A300608 A301350 A036351 * A245020 A277660 A089433
KEYWORD
nonn,walk
AUTHOR
Shanzhen Gao, Apr 26 2011
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 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)