OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 48*a(n-1) - 512*a(n-2) for n>3.
Conjectures from Colin Barker, Oct 09 2018: (Start)
G.f.: x*(11 - 464*x + 3840*x^2) / ((1 - 16*x)*(1 - 32*x)).
a(n) = 4^(2*n-3) * (2^n+12) for n>1.
(End)
EXAMPLE
Some solutions for n=4:
..0..1..2..1....0..1..7..1....0..1..0..1....0..1..0..1....0..1..0..2
..5..3..0..4....2..3..2..4....2..3..2..4....2..3..5..4....3..2..4..1
..0..6..5..6....1..0..6..0....0..6..7..6....0..1..0..1....0..6..0..2
..5..3..7..4....5..4..2..4....5..3..2..3....5..4..5..4....3..5..3..6
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 05 2013
STATUS
approved