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

A298254
Number of nX3 0..1 arrays with every element equal to 2, 3, 5 or 8 king-move adjacent elements, with upper left element zero.
2
0, 3, 1, 4, 3, 7, 14, 35, 89, 242, 643, 1713, 4584, 12341, 33393, 90828, 247775, 677335, 1853786, 5076655, 13907485, 38106762, 104424087, 286173877, 784293860, 2149515757, 5891305033, 16146865524, 44255648343, 121297428367, 332457355358
OFFSET
1,2
COMMENTS
Column 3 of A298259.
LINKS
FORMULA
Empirical: a(n) = 3*a(n-1) +3*a(n-2) -7*a(n-3) -14*a(n-4) +2*a(n-5) +34*a(n-6) +16*a(n-7) -20*a(n-8) -48*a(n-9) -50*a(n-10) +36*a(n-11) +89*a(n-12) +39*a(n-13) +3*a(n-14) -9*a(n-15) -14*a(n-16) +2*a(n-18) for n>19
EXAMPLE
Some solutions for n=7
..0..0..0. .0..1..1. .0..0..0. .0..0..0. .0..0..0. .0..0..0. .0..0..1
..1..0..1. .0..0..1. .0..0..0. .0..0..0. .0..0..0. .0..0..0. .0..1..1
..1..1..1. .1..0..1. .0..0..0. .0..0..0. .1..1..1. .1..1..1. .0..1..0
..1..0..0. .1..1..0. .1..1..1. .0..0..0. .1..1..1. .1..1..1. .1..0..0
..0..1..0. .1..0..1. .1..1..1. .1..1..1. .1..1..1. .1..1..1. .1..1..1
..0..1..1. .0..0..1. .0..0..0. .1..1..1. .1..1..1. .0..0..0. .1..0..1
..0..0..1. .0..1..1. .0..0..0. .1..1..1. .1..1..1. .0..0..0. .0..0..0
CROSSREFS
Cf. A298259.
Sequence in context: A082587 A364670 A060043 * A337588 A364272 A316402
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 15 2018
STATUS
approved