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