193730707456
domain: N
Appears in sequences
- Number of walks of length n on square lattice, starting at origin, staying on points with x+y >= 0.at n=20A060899
- a(n) = 4^n*(2*n)!/(n!)^2.at n=10A098430
- Expansion of e.g.f. BesselI(0,4*x)+BesselI(1,4*x)/2.at n=20A098664
- a(n) = binomial(n+10, 10)*4^n.at n=10A172978
- Central terms of triangle A249307.at n=20A249308
- a(n) = 2^n*n!/(floor(n/2)!)^2.at n=20A253665
- Expansion of ((1 + 4*x)/(1 - 4*x))^(1/2).at n=20A304940
- a(n) = n*binomial(n, n/2) if n is even otherwise 2^(n-1)*binomial(n-1, (n-1)/2).at n=21A389423