OFFSET
1,7
COMMENTS
Column 2 of A230533.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 4*a(n-1) - 4*a(n-3) - 8*a(n-4) - 12*a(n-5) - 17*a(n-6) - 10*a(n-7).
Empirical g.f.: 2*x^7 / (1 - 4*x + 4*x^3 + 8*x^4 + 12*x^5 + 17*x^6 + 10*x^7). - Colin Barker, Mar 17 2018
EXAMPLE
All solutions for n=7:
..0..6....0..1
..1..5....6..2
..2..4....5..3
..3..3....4..4
..4..2....3..5
..5..1....2..6
..6..0....1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Oct 22 2013
STATUS
approved