OFFSET
0,7
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
FORMULA
Empirical g.f.: x^4*(x^6+x^4+2*x^3+x^2+1) / ((x-1)^4*(x+1)^3*(x^2+1)^3). - Colin Barker, Mar 31 2013
MATHEMATICA
Table[Floor[n/4]*Floor[(n + 1)/4] Floor[(n + 2)/4], {n, 0, 100}] (* Vincenzo Librandi, Oct 15 2013 *)
PROG
(PARI) a(n) = floor(n/4)*floor((n+1)/4)*floor((n+2)/4); /* Joerg Arndt, Mar 31 2013 */
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved