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

A298570
Number of n X 3 0..1 arrays with every element equal to 0, 2, 4, 5 or 7 king-move adjacent elements, with upper left element zero.
1
1, 4, 1, 2, 14, 10, 12, 72, 82, 90, 400, 600, 702, 2326, 4122, 5330, 14086, 27392, 39040, 88320, 179170, 277358, 568600, 1165362, 1925470, 3726194, 7580456, 13147134, 24677244, 49453854, 88749136, 164309028, 323901436, 594595204, 1096340090
OFFSET
1,2
COMMENTS
Column 3 of A298575.
LINKS
FORMULA
Empirical: a(n) = 7*a(n-3) +2*a(n-4) +a(n-5) -10*a(n-6) -2*a(n-7) -2*a(n-8) +2*a(n-9).
EXAMPLE
Some solutions for n=5
..0..0..0. .0..1..0. .0..1..1. .0..1..0. .0..0..1. .0..1..0. .0..0..1
..0..1..0. .0..0..0. .0..0..1. .0..0..0. .0..1..1. .0..0..0. .0..1..1
..0..0..0. .1..1..1. .1..1..1. .0..0..0. .0..0..0. .0..0..0. .0..0..0
..0..0..0. .1..0..1. .1..0..0. .1..0..0. .0..0..1. .0..0..1. .1..1..0
..0..1..0. .1..1..1. .1..1..0. .1..1..0. .0..1..1. .0..1..1. .1..0..0
CROSSREFS
Cf. A298575.
Sequence in context: A110559 A365455 A030441 * A284771 A283042 A297823
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 22 2018
STATUS
approved