login

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”).

Number of (n+1)X(4+1) 0..2 arrays with no element equal to a strict majority of its horizontal, diagonal and antidiagonal neighbors, with values 0..2 introduced in row major order
1

%I #5 Aug 11 2014 22:45:55

%S 3838,424404,46978621,5203044823,576572713438,63894846010493,

%T 7080853332198865,784704141897864326,86961390140923819589,

%U 9637114526684569688989,1067990945993822381880678

%N Number of (n+1)X(4+1) 0..2 arrays with no element equal to a strict majority of its horizontal, diagonal and antidiagonal neighbors, with values 0..2 introduced in row major order

%C Column 4 of A231419

%H R. H. Hardin, <a href="/A231416/b231416.txt">Table of n, a(n) for n = 1..210</a>

%H R. H. Hardin, <a href="/A231416/a231416.txt">Empirical recurrence of order 99</a>

%F Empirical recurrence of order 99 (see link above)

%e Some solutions for n=1

%e ..0..1..2..0..2....0..0..0..1..2....0..1..2..1..2....0..0..1..1..0

%e ..1..0..2..0..1....2..1..2..1..0....1..2..0..0..2....1..2..1..0..2

%K nonn

%O 1,1

%A _R. H. Hardin_, Nov 08 2013