Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #5 Aug 11 2014 22:45:55
%S 450,24719,1272579,66684606,3495632937,183196162778,9600712297741,
%T 503143350126954,26368170190670693,1381873328000465699,
%U 72419659005844356747,3795287820554907247374,198899164097403420133536
%N Number of (n+1)X(5+1) 0..1 arrays with every element equal to some horizontal, vertical or antidiagonal neighbor, with top left element zero
%C Column 5 of A232038
%H R. H. Hardin, <a href="/A232035/b232035.txt">Table of n, a(n) for n = 1..210</a>
%H R. H. Hardin, <a href="/A232035/a232035.txt">Empirical recurrence of order 95</a>
%F Empirical recurrence of order 95 (see link above)
%e Some solutions for n=2
%e ..0..0..0..1..1..1....0..0..0..1..1..1....0..0..0..0..0..0....0..0..0..1..1..0
%e ..0..0..0..1..1..1....1..1..1..1..1..0....0..0..1..0..0..0....0..1..0..0..0..0
%e ..1..1..0..1..0..0....1..1..1..1..0..0....1..1..0..0..1..1....1..0..1..1..1..0
%K nonn
%O 1,1
%A _R. H. Hardin_, Nov 17 2013