OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
FORMULA
a(n)= 8*n^4/3 + 4*n^3 + 10*n^2/3 + n.
G.f.: -x*(x^3+17*x^2+35*x+11) / (x-1)^5. - Colin Barker, Sep 22 2013
MATHEMATICA
Table[Total[Table[CycleIndex[GraphData[{4, k}, "Automorphisms"], s], {k, 1, 11}] /. Table[s[i]-> n, {i, 1, 4}]], {n, 1, 25}]
PROG
(PARI) Vec(-x*(x^3+17*x^2+35*x+11)/(x-1)^5 + O(x^100)) \\ Colin Barker, Sep 22 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Geoffrey Critzer, Nov 05 2011
EXTENSIONS
More terms from Colin Barker, Sep 22 2013
Added a(4) = 996 from Vincenzo Librandi, Sep 23 2013
STATUS
approved