Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #8 Jun 29 2018 06:42:30
%S 5,178,10366,639701,39725054,2468504665,153402542384,9533100532733,
%T 592428713557570,36816123505610549,2287915709208554132,
%U 142181136908012254369,8835760693778126853518,549093000211986917072609
%N Number of n X 3 0..3 arrays with new values 0..3 introduced in row major order and no element equal to more than two of its immediate leftward or upward or left-upward diagonal neighbors.
%C Column 3 of A208201.
%H R. H. Hardin, <a href="/A208196/b208196.txt">Table of n, a(n) for n = 1..210</a>
%F Empirical: a(n) = 66*a(n-1) - 222*a(n-2) - 1100*a(n-3) + 363*a(n-4) + 594*a(n-5) - 216*a(n-6) for n>7.
%F Empirical g.f.: x*(5 - 152*x - 272*x^2 + 561*x^3 + 25*x^4 - 261*x^5 + 72*x^6) / ((1 - 6*x - 3*x^2 + 2*x^3)*(1 - 60*x - 135*x^2 + 108*x^3)). - _Colin Barker_, Jun 29 2018
%e Some solutions for n=4:
%e ..0..0..1....0..0..1....0..1..1....0..0..0....0..0..0....0..0..0....0..0..0
%e ..0..2..0....0..1..0....1..0..2....0..1..0....0..1..2....0..1..0....0..1..2
%e ..1..2..1....0..0..1....3..0..1....1..2..1....2..1..1....2..1..1....1..1..3
%e ..3..0..0....1..1..0....1..1..1....0..1..3....0..1..2....0..2..1....1..0..0
%Y Cf. A208201.
%K nonn
%O 1,1
%A _R. H. Hardin_, Feb 24 2012