OFFSET
1,1
COMMENTS
Row 6 of A224333.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,6,-1).
FORMULA
a(n) = 12*n^5 + 60*n^4 + 120*n^3 + 120*n^2 + 60*n + 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). - Colin Barker, Sep 20 2014
G.f.: -6*x*(x^5-7*x^4+18*x^3-82*x^2-107*x-63) / (x-1)^6. - Colin Barker, Sep 20 2014
EXAMPLE
Some solutions for n=3
..1..0..0..0..0..0....1..0..0..0..0..0....1..0..1..0..0..0....1..0..0..0..2..0
..3..0..0..2..2..1....0..1..0..0..2..0....0..1..0..0..0..0....0..1..0..0..1..0
..0..0..1..0..0..0....0..0..1..0..2..0....0..0..0..0..0..0....0..0..1..0..1..0
..0..0..0..1..0..0....0..0..0..1..0..0....0..0..1..1..0..0....0..0..0..1..2..0
..0..0..0..0..1..0....0..0..0..0..0..0....0..0..3..0..1..0....0..0..0..0..0..0
..0..0..0..0..0..1....0..0..0..0..0..1....0..0..0..0..0..1....0..0..0..0..2..1
PROG
(PARI) Vec(-6*x*(x^5-7*x^4+18*x^3-82*x^2-107*x-63)/(x-1)^6 + O(x^100)) \\ Colin Barker, Sep 20 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. H. Hardin, formula via M. F. Hasler William J. Keith and Rob Pratt in the Sequence Fans Mailing List, Apr 03 2013
STATUS
approved