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

A206866
Number of n X 3 0..1 arrays avoiding 0 0 0 horizontally and 1 0 1 vertically.
1
7, 49, 211, 889, 3967, 17737, 78799, 350017, 1555843, 6915889, 30739447, 136629265, 607288711, 2699272273, 11997693379, 53327205481, 237028156975, 1053540057337, 4682762813455, 20813890672513, 92513343672307, 411202253906785
OFFSET
1,1
COMMENTS
Column 3 of A206871.
LINKS
FORMULA
Empirical: a(n) = 4*a(n-1) + 8*a(n-3) + 4*a(n-4) - 2*a(n-5) - a(n-6).
Empirical g.f.: x*(7 + 21*x + 15*x^2 - 11*x^3 - 9*x^4 - x^5) / (1 - 4*x - 8*x^3 - 4*x^4 + 2*x^5 + x^6). - Colin Barker, Jun 17 2018
EXAMPLE
Some solutions for n=4:
0 1 0 1 1 1 0 1 1 1 1 0 0 1 0 0 1 1 0 0 1
1 0 1 1 1 0 1 1 0 0 0 1 1 0 0 0 1 1 0 0 1
0 0 1 1 0 0 1 1 0 0 0 1 1 0 1 0 1 1 1 1 1
0 1 0 1 0 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1
CROSSREFS
Cf. A206871.
Sequence in context: A206931 A188608 A188601 * A206872 A133047 A223639
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 13 2012
STATUS
approved