A269013 Number of 3 X n binary arrays with some element plus some horizontally, diagonally or antidiagonally adjacent neighbor totalling two exactly once.
0, 15, 46, 305, 1078, 4948, 18210, 73277, 270458, 1026795, 3757996, 13847240, 50155940, 181596651, 651546278, 2331910405, 8300115170, 29460799452, 104176325510, 367430075801, 1292287850546, 4534933300095, 15878737307224
Offset: 1
Keywords
Examples
Some solutions for n=4: ..1..1..0..1. .0..0..0..0. .1..0..0..0. .1..0..0..0. .0..1..0..1 ..0..0..0..0. .1..1..0..0. .0..0..0..0. .1..0..1..0. .1..0..0..0 ..1..0..0..0. .0..0..0..1. .1..1..0..0. .1..0..0..1. .0..0..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Row 3 of A269011.
Formula
Empirical: a(n) = 4*a(n-1) + 8*a(n-2) - 34*a(n-3) - 16*a(n-4) + 60*a(n-5) - 25*a(n-6).
Empirical g.f.: x^2*(15 - 14*x + x^2) / (1 - 2*x - 6*x^2 + 5*x^3)^2. - Colin Barker, Jan 18 2019