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.

A174060 a(n) = Sum_{k=0..n} floor(sqrt(k))^2.

Original entry on oeis.org

0, 1, 2, 3, 7, 11, 15, 19, 23, 32, 41, 50, 59, 68, 77, 86, 102, 118, 134, 150, 166, 182, 198, 214, 230, 255, 280, 305, 330, 355, 380, 405, 430, 455, 480, 505, 541, 577, 613, 649, 685, 721, 757, 793, 829, 865, 901, 937, 973, 1022, 1071, 1120, 1169, 1218, 1267, 1316
Offset: 0

Views

Author

Keywords

Comments

Partial sums of A048760. - R. J. Mathar, Mar 31 2010

Crossrefs

Cf. A022554 (1st), this sequence (2nd), A363497 (3rd).
Cf. A363498 (4th), A363499 (5th), A048760.

Programs

Formula

a(n) = (1/6)*m*(6*m*n - (m+1)*(3*m^2+m-1)) with m = floor(sqrt(n)). - Yalcin Aktar, Jan 30 2012