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

A297608
Number of 2Xn 0..1 arrays with every 1 horizontally, diagonally or antidiagonally adjacent to 0, 1 or 3 neighboring 1s.
1
4, 11, 35, 96, 281, 829, 2428, 7059, 20611, 60296, 176129, 514221, 1501988, 4388011, 12817075, 37436160, 109349737, 319411997, 932986892, 2725199619, 7960200227, 23251456696, 67916501713, 198381124173, 579463016116, 1692587480411
OFFSET
1,1
COMMENTS
Row 2 of A297607.
LINKS
FORMULA
Empirical: a(n) = a(n-1) +3*a(n-2) +4*a(n-3) +12*a(n-4) -12*a(n-6)
EXAMPLE
Some solutions for n=7
..1..0..0..1..0..0..0. .0..0..0..1..0..1..0. .0..1..1..0..1..0..1
..1..0..0..1..0..1..1. .0..1..0..1..0..0..0. .1..0..1..0..0..0..1
CROSSREFS
Cf. A297607.
Sequence in context: A149236 A135919 A034755 * A034756 A029853 A104500
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 01 2018
STATUS
approved