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!)
A189769 Number of one-sided prudent walks from (0,0) to (n,n), with 3+n east steps, 3 west steps and n north steps. 1
2, 24, 200, 1400, 8820, 51744, 288288, 1544400, 8022300, 40646320, 201753552, 984312784, 4732273000, 22465296000, 105479913600, 490481598240, 2261264427180, 10345654242000, 47009200854000, 212283654382800, 953254695633240, 4258696302569280, 18936890673480000 (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)*Gamma(2*n)/(3*(Gamma(n)^2).
MATHEMATICA
Table[(n+1)*(2+n) Gamma[2*n]/(3 (Gamma[n])^2), {n, 30}] (* T. D. Noe, Apr 29 2011 *)
PROG
(Magma) [ Round((n+1)*(n+2)*Gamma(2*n)/(3*Gamma(n)^2)): n in [1..23] ]; // Klaus Brockhaus, Apr 29 2011
CROSSREFS
Sequence in context: A121356 A052780 A245019 * A208533 A174668 A302444
KEYWORD
nonn,walk
AUTHOR
Shanzhen Gao, Apr 26 2011
EXTENSIONS
Extended by T. D. Noe, Apr 29 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 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)