OFFSET
2,1
LINKS
R. H. Hardin, Table of n, a(n) for n=2..56
FORMULA
Empirical: a(n) = 10*a(n-1) - 42*a(n-2) + 96*a(n-3) - 129*a(n-4) + 102*a(n-5) - 44*a(n-6) + 8*a(n-7) for n>=12.
Empirical g.f.: x^2*(3 + 10*x + 11*x^2 - 76*x^3 + 169*x^4 - 270*x^5 + 321*x^6 - 216*x^7 + 88*x^8 - 8*x^9) / ((1 - x)^4*(1 - 2*x)^3). - Colin Barker, Mar 26 2018
EXAMPLE
Some solutions for n=4:
...1.1.2.2.......1.3.3.2.......1.1.2.2.......1.1.2.2.......1.1.1.2....
.....3.3.3.3.......3.3.2.2.......1.1.1.1.......1.3.2.2.......1.3.3.3..
.......3.3.3.4.......3.3.4.4.......3.3.4.4.......3.3.3.4.......3.3.3.4
------
...1.1.3.2.......1.1.2.2.......1.3.2.2.......1.1.3.2.......1.1.1.2....
.....3.3.2.3.......1.2.2.3.......3.3.2.4.......3.3.2.2.......1.1.1.1..
.......3.3.3.4.......3.3.3.4.......3.3.4.4.......3.2.2.4.......3.4.4.4
------
...1.1.1.2.......1.1.1.2.......1.1.3.2.......1.1.2.2.......1.1.2.2....
.....1.3.2.3.......1.3.2.4.......3.3.2.2.......1.2.3.4.......3.3.3.4..
.......3.3.3.4.......3.2.4.4.......3.3.3.4.......3.3.4.4.......3.3.4.4
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Sep 17 2009
STATUS
approved