Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #6 Jun 15 2020 14:12:04
%S 1,7,20,125,2828,42012,2170819,161247816,20536604982,5567500327979
%N Number of n X n 0..1 arrays with every element equal to 0, 1, 2, 4, 5 or 7 king-move adjacent elements, with upper left element zero.
%C Diagonal of A299097.
%e Some solutions for n=5
%e ..0..1..0..0..0. .0..1..0..1..0. .0..1..0..1..1. .0..1..0..1..0
%e ..1..0..1..1..1. .1..0..1..0..1. .0..0..1..0..0. .1..1..0..0..1
%e ..0..0..0..0..0. .0..1..0..1..0. .0..0..1..1..1. .0..0..0..0..1
%e ..1..1..0..1..0. .0..1..1..1..0. .1..0..1..1..0. .1..0..0..0..1
%e ..0..1..0..1..1. .1..1..1..1..1. .0..1..0..0..1. .1..0..1..0..1
%Y Cf. A299097.
%K nonn
%O 1,2
%A _R. H. Hardin_, Feb 02 2018