A269036 Number of 2 X n 0..2 arrays with some element plus some horizontally, diagonally or antidiagonally adjacent neighbor totalling two exactly once.
0, 24, 48, 216, 672, 2208, 6912, 21408, 65280, 196992, 589056, 1748352, 5156352, 15124992, 44156928, 128383488, 371908608, 1073879040, 3091820544, 8878479360, 25435250688, 72710922240, 207448571904, 590798364672, 1679765078016
Offset: 1
Keywords
Examples
Some solutions for n=4: ..2..1..0..0. .2..2..2..1. .0..2..2..2. .2..2..1..2. .0..1..0..1 ..2..1..2..1. .2..2..1..2. .2..1..2..1. .1..2..2..1. .2..0..0..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Row 2 of A269035.
Formula
Empirical: a(n) = 4*a(n-1) - 8*a(n-3) - 4*a(n-4).
Empirical g.f.: 24*x^2*(1 - x)^2 / (1 - 2*x - 2*x^2)^2. - Colin Barker, Jan 18 2019