%I #16 Oct 19 2014 15:45:57
%S 0,3,2,3,2,3,4,5,3,4,1,2,3,4,3,4,2,1,4,3,2,3,4,5,3,2,3,2,3,4,3,4,2,3,
%T 2,3,4,3,4,5,3,4,3,4,3,4,5,4,4,3,4,3,4,5,4,5,5,4,5,4,5,4,5,6
%N 8 X 8 square array read by rows: T(i,j) = number of moves of a knight to reach the square (i,j) when starting from the corner square (1,1).
%C The initial position needs no moves to be reached and is set to value 0
%C Read by rows:
%C a(1) a(2) .... a(8)
%C a(9) a(10) .... a(16)
%C ....
%C ....
%C a(57) a(58) .... a(64)
%Y Cf. A018837, A246924. See A065775 for the analog on an infinite board.
%K nonn,easy,full,tabf,fini
%O 1,2
%A _Frieder Mittmann_, Sep 07 2014