405623400
domain: N
Appears in sequences
- a(n) = binomial(2n,n)*n*(2n+1)/2.at n=12A051133
- a(n) = C(n+2,2)*C(n,floor(n/2)).at n=23A107231
- a(n) = number of knight's move paths of minimal length n steps, from origin (0,0) at center of an infinite open chessboard to square (0,0) for n=0; square (2,-1) for n=1; and square (2n-3, (n+1)mod 2) for n>=2.at n=21A242511
- a(n) = maximal number of shortest knight's move paths, from origin at center of an infinite open chessboard, to any square within n moves.at n=21A242513