OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + 3*a(n-6) - 3*a(n-7) - 3*a(n-12) + 3*a(n-13) + a(n-18) - a(n-19).
Empirical for n mod 6 = 0: a(n) = (8/27)*n^3 + (4/9)*n^2 + (1/6)*n
Empirical for n mod 6 = 1: a(n) = (8/27)*n^3 + (2/3)*n^2 + (17/18)*n + (5/54)
Empirical for n mod 6 = 2: a(n) = (8/27)*n^3 + (2/3)*n^2 + (7/9)*n - (16/27)
Empirical for n mod 6 = 3: a(n) = (8/27)*n^3 + (8/9)*n^2 + (1/2)*n + (1/2)
Empirical for n mod 6 = 4: a(n) = (8/27)*n^3 + (4/9)*n^2 + (2/9)*n + (1/27)
Empirical for n mod 6 = 5: a(n) = (8/27)*n^3 + (8/9)*n^2 + (8/9)*n + (8/27).
Empirical g.f.: x*(2 + 4*x + 12*x^2 + 9*x^3 + 37*x^4 + 17*x^5 + 54*x^6 + 47*x^7 + 57*x^8 + 23*x^9 + 58*x^10 + 15*x^11 + 24*x^12 + 13*x^13 + 11*x^14 + x^16) / ((1 - x)^4*(1 + x)^3*(1 - x + x^2)^3*(1 + x + x^2)^3). - Colin Barker, Dec 20 2018
EXAMPLE
Some solutions for n=4:
..3....2....2....4....2....4....2....3....3....4....2....3....4....3....4....2
..5....1....1....2....4....5....4....3....5....5....4....5....4....1....4....1
..4....5....1....2....3....3....2....3....1....1....4....2....1....5....2....3
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 15 2015
STATUS
approved