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

A301965
Number of 3Xn 0..1 arrays with every element equal to 0, 1 or 4 horizontally or antidiagonally adjacent elements, with upper left element zero.
1
4, 13, 16, 25, 41, 74, 132, 239, 437, 800, 1468, 2697, 4957, 9114, 16760, 30823, 56689, 104264, 191768, 352713, 648737, 1193210, 2194652, 4036591, 7424445, 13655680, 25116708, 46196825, 84969205, 156282730, 287448752, 528700679, 972432153
OFFSET
1,1
COMMENTS
Row 3 of A301964.
LINKS
FORMULA
Empirical: a(n) = 2*a(n-1) -a(n-4) for n>6
EXAMPLE
Some solutions for n=5
..0..0..1..1..0. .0..1..0..1..0. .0..0..1..1..0. .0..1..0..0..1
..1..0..0..1..0. .0..0..0..1..1. .1..0..0..1..1. .0..1..1..0..1
..1..1..0..1..1. .0..1..0..0..1. .1..1..0..0..1. .0..0..1..0..1
CROSSREFS
Cf. A301964.
Sequence in context: A297363 A031208 A228137 * A191135 A268524 A032824
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 29 2018
STATUS
approved