OFFSET
0,3
COMMENTS
a(n) is a square for n in A002315. - Bruno Berselli, Apr 26 2012
LINKS
Vincenzo Librandi and Bruno Berselli, Table of n, a(n) for n = 0..1000 (First 530 terms from Vincenzo Librandi).
Index entries for linear recurrences with constant coefficients, signature (7,-21,35,-35,21,-7,1).
FORMULA
G.f.: x*(1+x)*(1+4*x+x^2)*(1+28*x+x^2)/(1-x)^7. - Bruno Berselli, Apr 26 2012
a(n) = Sum_{i=0..n^2}( A000326(i) ). - Bruno Berselli, Sep 06 2013
MATHEMATICA
Table[(n^4 (n^2 + 1))/2, {n, 0, 27}] (* Bruno Berselli, Apr 26 2012 *)
LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {0, 1, 40, 405, 2176, 8125, 23976}, 30] (* Harvey P. Dale, Sep 22 2015 *)
PROG
(Magma) [n^4*(n^2+1)/2: n in [0..50]]; // Vincenzo Librandi, Apr 25 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved