login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060899 Number of walks of length n on square lattice, starting at origin, staying on points with x+y >= 0. 2
1, 2, 8, 24, 96, 320, 1280, 4480, 17920, 64512, 258048, 946176, 3784704, 14057472, 56229888, 210862080, 843448320, 3186360320, 12745441280, 48432676864, 193730707456, 739699064832, 2958796259328, 11342052327424 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,200

FORMULA

a(n) = 2^n*binomial(n, [n/2]);

G.f.: (sqrt((1+4*x)/(1-4*x))-1)/4/x. - Vladeta Jovovic (vladeta(AT)eunet.rs), Apr 28 2003

E.g.f.: BesselI(0, 4*x)+BesselI(1, 4*x). - Vladeta Jovovic (vladeta(AT)eunet.rs), Apr 28 2003

a(n)=4^n*sum{k=0..n, C(n,k)C(k)/(-2)^k}, with C(n)=A00108(n). - Paul Barry (pbarry(AT)wit.ie), Dec 28 2006

PROG

(PARI) { for (n=0, 200, write("b060899.txt", n, " ", 2^n*binomial(n, n\2)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 14 2009]

CROSSREFS

Cf. A005566, A001700, A060897-A060900.

Cf. A001405.

Sequence in context: A007223 A106189 A106183 * A150665 A150666 A150667

Adjacent sequences:  A060896 A060897 A060898 * A060900 A060901 A060902

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net), May 05 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 20:01 EST 2012. Contains 205955 sequences.