OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-1) - 3*a(n-2) + 2*a(n-3) - a(n-4) - a(n-5) + a(n-6) for n>8.
Empirical g.f.: x*(2 + x - x^3 + 7*x^4 + 4*x^5 + 3*x^6 + 2*x^7) / ((1 - x)^2*(1 + x^2)*(1 - x - x^2)). - Colin Barker, Jan 02 2019
EXAMPLE
Some solutions for n=4:
..0..3..4..7..8....0..1..2..3..4....0..1..2..3..4....0..1..2..3..4
..1..2..5..6..9....5..6..7..8..9....5..6..9..8..7....7..8..5..6..9
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Oct 22 2015
STATUS
approved