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

A305170
Number of nX3 0..1 arrays with every element unequal to 2, 3, 4, 6 or 7 king-move adjacent elements, with upper left element zero.
2
0, 5, 4, 46, 151, 543, 2120, 8155, 30205, 115292, 437367, 1652127, 6259372, 23720673, 89793169, 340068226, 1288031893, 4877697803, 18472359472, 69958934289, 264942827367, 1003373594916, 3799932457113, 14390883952121, 54500311291862
OFFSET
1,2
COMMENTS
Column 3 of A305175.
LINKS
FORMULA
Empirical: a(n) = 3*a(n-1) +4*a(n-2) +3*a(n-3) -19*a(n-4) -42*a(n-5) +50*a(n-6) +44*a(n-7) -33*a(n-8) -9*a(n-9) -2*a(n-10) -107*a(n-11) -33*a(n-12) +116*a(n-13) +112*a(n-14) +80*a(n-15) +34*a(n-16) +16*a(n-17) +8*a(n-18)
EXAMPLE
Some solutions for n=5
..0..1..0. .0..1..0. .0..0..0. .0..0..1. .0..1..0. .0..1..0. .0..1..0
..1..0..1. .1..1..0. .1..1..1. .1..1..0. .1..0..1. .0..1..1. .1..1..1
..0..1..0. .0..0..0. .1..1..0. .1..1..1. .1..1..1. .0..0..0. .0..1..0
..0..0..0. .0..1..1. .0..0..0. .0..0..0. .1..0..0. .0..1..1. .1..0..1
..1..0..1. .0..1..0. .1..0..1. .1..1..1. .1..0..1. .1..0..0. .0..1..0
CROSSREFS
Cf. A305175.
Sequence in context: A304151 A223527 A262421 * A192344 A181613 A264880
KEYWORD
nonn
AUTHOR
R. H. Hardin, May 26 2018
STATUS
approved