OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = n^5 + 5*n^4 + 7*n^3 + n^2 + 2*n.
Conjectures from Colin Barker, Jan 13 2019: (Start)
G.f.: 4*x*(4 + 20*x + 9*x^2 - 4*x^3 + x^4) / (1 - x)^6.
a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6) for n>6.
(End)
EXAMPLE
Some solutions for n=9:
7 5 8 9 3 4 1 2 0 4 3 1 5 1 5 3
1 4 0 0 3 4 6 4 1 4 6 5 9 8 7 0
3 1 2 5 2 7 1 2 3 7 4 6 7 6 6 3
6 1 7 6 1 6 7 1 6 5 4 8 6 6 5 9
1 1 9 6 5 3 5 8 3 6 4 9 4 6 5 7
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 04 2016
STATUS
approved