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