OFFSET
1,4
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 16*a(n-1) - 48*a(n-2) - 116*a(n-3) - 160*a(n-4) - 96*a(n-5) - 36*a(n-6) for n>9.
Empirical g.f.: x^3*(1 - 8*x + 24*x^2 + 58*x^3 + 80*x^4 + 48*x^5 + 18*x^6) / (1 - 8*x - 8*x^2 - 6*x^3)^2. - Colin Barker, Feb 20 2019
EXAMPLE
All solutions for n=4:
..0..0. .0..0. .0..0. .0..1. .0..0. .0..0. .0..1. .0..1
..1..1. .0..0. .0..0. .2..2. .0..0. .0..0. .1..1. .0..0
..1..1. .0..0. .0..0. .2..2. .0..0. .0..0. .1..1. .0..0
..1..1. .0..1. .1..1. .2..2. .1..2. .1..0. .1..1. .0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 08 2017
STATUS
approved