24227840domain: NAppears in sequencesOn a 3 X 3 board, the number of n-move paths for a chess king ending in a given corner square.at n=11A086346a(n) = n*(n-1)*(n- 2)^2*2^(n-4)/3.at n=14A391778