OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 208*a(n-1) - 13312*a(n-2) + 442368*a(n-3) - 8650752*a(n-4) + 67108864*a(n-5) for n>6.
Empirical g.f.: x*(11 - 1760*x + 99328*x^2 - 3080192*x^3 + 55050240*x^4 - 369098752*x^5) / ((1 - 16*x)*(1 - 192*x + 10240*x^2 - 278528*x^3 + 4194304*x^4)). - Colin Barker, Oct 10 2018
EXAMPLE
Some solutions for n=3:
..0..1..2..0....0..1..2..6....0..1..2..3....0..1..2..3....0..1..0..2
..2..0..3..5....3..0..4..5....2..0..6..2....2..3..6..5....3..2..1..4
..6..5..1..7....1..2..1..4....1..5..7..3....6..5..3..0....6..3..5..6
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 05 2013
STATUS
approved