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 + 12*n^2 + 3*n.
Conjectures from Colin Barker, Jan 25 2019: (Start)
G.f.: 2*x*(14 + 27*x + 21*x^2 + x^3 - 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=8:
..5. .0. .5. .4. .4. .7. .7. .8. .0. .1. .1. .3. .6. .0. .2. .3
..4. .1. .0. .6. .8. .8. .6. .3. .8. .5. .5. .8. .5. .4. .0. .5
..5. .2. .7. .5. .3. .0. .0. .4. .6. .3. .6. .0. .7. .5. .4. .4
..5. .0. .7. .6. .2. .6. .4. .0. .7. .0. .8. .1. .2. .0. .2. .4
..7. .1. .4. .6. .1. .6. .5. .8. .7. .6. .1. .2. .7. .4. .3. .5
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 01 2016
STATUS
approved