cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A060453 Dot product of the squares and the quarter-squares: a(n) = sum(i=1..n, i^2 * floor(i^2/4)).

Original entry on oeis.org

0, 4, 22, 86, 236, 560, 1148, 2172, 3792, 6292, 9922, 15106, 22204, 31808, 44408, 60792, 81600, 107844, 140334, 180334, 228844, 287408, 357236, 440180, 537680, 651924, 784602, 938266, 1114876, 1317376, 1548016, 1810160, 2106368, 2440452
Offset: 1

Views

Author

N. J. A. Sloane and Vinay Vaishampayan, Apr 09 2001

Keywords

Crossrefs

Cf. A002620.

Programs

Formula

G.f.: 2*x^2*(2+5*x+10*x^2+5*x^3+2*x^4) / ( (1+x)^3*(x-1)^6 ). - R. J. Mathar, Apr 04 2012