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

A302362
Number of nX3 0..1 arrays with every element equal to 0, 2, 3 or 4 horizontally, diagonally or antidiagonally adjacent elements, with upper left element zero.
1
1, 12, 31, 109, 397, 1430, 5110, 18395, 66203, 238103, 856413, 3081033, 11083994, 39873749, 143444250, 516038048, 1856433397, 6678469130, 24025629692, 86431623758, 310935653685, 1118583441105, 4024076800534, 14476518656548
OFFSET
1,2
COMMENTS
Column 3 of A302367.
LINKS
FORMULA
Empirical: a(n) = 4*a(n-1) -3*a(n-2) +9*a(n-3) -9*a(n-4) -11*a(n-5) +a(n-6) -18*a(n-7) +16*a(n-8) -12*a(n-9) -4*a(n-10) +4*a(n-11) +8*a(n-12)
EXAMPLE
Some solutions for n=5
..0..1..1. .0..0..0. .0..0..1. .0..0..0. .0..0..1. .0..1..1. .0..1..1
..0..1..1. .1..0..1. .1..0..0. .0..0..1. .1..0..0. .1..1..1. .1..1..0
..0..1..0. .0..0..1. .0..0..0. .0..0..1. .0..0..1. .0..1..0. .1..1..1
..1..1..0. .0..0..0. .0..0..1. .0..0..0. .0..0..1. .0..1..0. .0..0..0
..1..1..0. .1..0..0. .0..0..1. .1..0..1. .0..0..1. .1..1..1. .0..0..1
CROSSREFS
Cf. A302367.
Sequence in context: A279821 A008841 A038624 * A262239 A074299 A118528
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 06 2018
STATUS
approved