OFFSET
1,2
LINKS
Wikipedia, Fano plane
Index entries for linear recurrences with constant coefficients, signature (8,-28,56,-70,56,-28,8,-1).
FORMULA
a(n) = n*(n^2+6)*(n^4+15*n^2+8)/168.
G.f.: x*(x^2+x+1)*(x^4+x^3+6*x^2+x+1) / (x-1)^8. - Colin Barker, May 03 2014
PROG
(PARI) Vec(x*(x^2+x+1)*(x^4+x^3+6*x^2+x+1)/(x-1)^8 + O(x^100)) \\ Colin Barker, May 03 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, May 02 2014
STATUS
approved