OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-1) + 8*a(n-2) + 24*a(n-3) + 88*a(n-4) + 88*a(n-5) + 24*a(n-6) - 552*a(n-7) - 352*a(n-8) - 96*a(n-9) for n>10.
Empirical g.f.: x*(3 + 12*x + 8*x^2 + 32*x^3 + 104*x^4 - 32*x^5 - 408*x^6 - 448*x^7 + 32*x^8 + 128*x^9) / (1 - 3*x - 8*x^2 - 24*x^3 - 88*x^4 - 88*x^5 - 24*x^6 + 552*x^7 + 352*x^8 + 96*x^9). - Colin Barker, Jan 06 2019
EXAMPLE
Some solutions for n=4:
..0..1..2..3..4....1..2..4..7..8....0..2..4..7..8....1..2..3..4..8
..5..7.11..8..9....5..0.11..9..3....6.10..1..9..3....6..0.11.12..9
.10.12..6.13.14...10.12..6.13.14...11..5.12.13.14...10..5.13..7.14
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 09 2015
STATUS
approved