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 + 3*n^2 + n + 1.
Conjectures from Colin Barker, Jan 17 2019: (Start)
G.f.: x*(10 + 13*x + 5*x^2 - 5*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=9:
..9. .3. .4. .0. .0. .7. .3. .6. .2. .7. .3. .0. .7. .6. .5. .7
..2. .7. .5. .9. .0. .5. .4. .7. .8. .8. .9. .8. .0. .3. .7. .2
..6. .2. .3. .7. .8. .9. .9. .7. .3. .6. .6. .8. .8. .8. .9. .7
..2. .5. .2. .4. .9. .7. .3. .2. .5. .0. .2. .9. .7. .1. .1. .9
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 16 2016
STATUS
approved