Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #6 Jun 15 2020 14:39:22
%S 1,5,7,48,1015,19041,750083,67847199,10455199270,2719125337850
%N Number of n X n 0..1 arrays with every element equal to 0, 2, 3, 5, 6 or 8 king-move adjacent elements, with upper left element zero.
%C Diagonal of A299458.
%e Some solutions for n=5
%e ..0..0..1..1..1. .0..0..1..1..0. .0..1..1..0..0. .0..0..0..0..0
%e ..1..0..1..1..1. .1..0..0..1..1. .0..0..1..0..1. .0..0..0..0..0
%e ..0..0..0..0..0. .0..0..0..0..0. .1..1..1..1..1. .0..0..0..0..0
%e ..0..1..0..0..0. .1..1..0..0..0. .1..1..1..0..0. .1..1..0..1..1
%e ..1..1..0..0..0. .1..1..0..0..0. .1..1..1..0..1. .0..1..0..0..1
%Y Cf. A299458.
%K nonn
%O 1,2
%A _R. H. Hardin_, Feb 10 2018