|
Search: id:A060899
|
|
|
| A060899 |
|
Number of walks of length n on square lattice, starting at origin, staying on points with x+y >= 0. |
|
+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; listen)
|
|
|
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
|
|
PROGRAM
|
(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 this_sequence A150665 A150666 A150667
Adjacent sequences: A060896 A060897 A060898 this_sequence A060900 A060901 A060902
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
David W. Wilson (davidwwilson(AT)comcast.net), May 05 2001
|
|
|
Search completed in 0.002 seconds
|