OFFSET
1,1
COMMENTS
Column 4 of A223202.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 144*a(n-1) - 3840*a(n-2) + 24576*a(n-3).
Empirical g.f.: 64*x*(1 - 36*x + 256*x^2) / (1 - 144*x + 3840*x^2 - 24576*x^3). - Colin Barker, Aug 17 2018
EXAMPLE
Some solutions for n=3:
..0..2..5..2....0..3..5..3....0..3..1..3....0..1..0..2....0..2..4..5
..3..1..3..4....3..4..2..0....3..0..3..0....3..0..3..4....3..4..0..4
..1..3..4..2....1..5..1..2....4..2..0..1....0..3..5..2....1..0..1..0
Face neighbors:
0,5 -> 1 2 3 4
1,4 -> 0 2 3 5
2,3 -> 0 1 4 5
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 18 2013
STATUS
approved