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

A303422
Number of 3Xn 0..1 arrays with every element equal to 0, 1, 2, 3, 4 or 5 horizontally, diagonally or antidiagonally adjacent elements, with upper left element zero.
1
4, 32, 252, 1985, 15647, 123337, 972168, 7662841, 60400282, 476088932, 3752642337, 29579189147, 233149966025, 1837741608616, 14485501658565, 114178052735590, 899977648952776, 7093830637396745, 55915203194889879, 440736480491065049
OFFSET
1,1
COMMENTS
Row 3 of A303421.
LINKS
FORMULA
Empirical: a(n) = 7*a(n-1) +4*a(n-2) +21*a(n-3) +18*a(n-4)
EXAMPLE
Some solutions for n=5
..0..1..1..1..1. .0..0..0..0..1. .0..0..0..0..0. .0..0..1..0..1
..1..1..0..1..0. .1..1..0..0..0. .0..1..0..1..1. .0..1..0..0..0
..1..0..0..1..0. .1..1..0..1..0. .1..0..0..1..0. .1..0..0..0..0
CROSSREFS
Cf. A303421.
Sequence in context: A317520 A300203 A273053 * A301402 A303416 A007278
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 23 2018
STATUS
approved