Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #6 May 23 2020 04:38:04
%S 0,4,0,161,5938,255029,112275165,141892377970,300456210546842
%N Number of n X n 0..1 arrays with every element equal to 1, 3, 4, 5 or 6 king-move adjacent elements, with upper left element zero.
%C Diagonal of A298454.
%e Some solutions for n=5
%e ..0..0..1..1..0. .0..0..0..0..0. .0..1..1..0..1. .0..0..0..0..1
%e ..1..1..1..0..1. .1..1..0..1..1. .1..0..1..1..0. .1..1..0..0..1
%e ..0..0..1..1..1. .1..1..1..1..1. .1..1..1..0..0. .1..1..1..0..0
%e ..0..0..1..1..0. .0..0..0..1..1. .1..0..1..1..0. .0..0..1..0..1
%e ..1..1..1..0..1. .0..0..0..1..1. .0..1..1..0..1. .1..1..1..1..0
%Y Cf. A298454.
%K nonn
%O 1,2
%A _R. H. Hardin_, Jan 19 2018