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.

A227970 Triangular arithmetic on half-squares: b(n)*(b(n) - 1)/2 where b(n) = floor(n^2/2).

Original entry on oeis.org

0, 0, 1, 6, 28, 66, 153, 276, 496, 780, 1225, 1770, 2556, 3486, 4753, 6216, 8128, 10296, 13041, 16110, 19900, 24090, 29161, 34716, 41328, 48516, 56953, 66066, 76636, 87990, 101025, 114960, 130816, 147696, 166753, 186966, 209628, 233586, 260281, 288420, 319600, 352380, 388521, 426426
Offset: 0

Views

Author

Richard R. Forberg, Aug 01 2013

Keywords

Comments

Analogous to A083374 for the squares A000290.
A "mirrored" repeating pattern of cycle length 20 exists in the last digit.

Crossrefs

Programs

Formula

Let b(n) = floor(n^2/2), for n => 0, then a(n) = b(n)*(b(n)- 1)/2.
G.f.: -x^2*(1+4*x+14*x^2+4*x^3+x^4) / ( (1+x)^3*(x-1)^5 ). - R. J. Mathar, Aug 14 2013
a(n) = binomial(floor(n^2/2), 2). - Wesley Ivan Hurt, Sep 27 2013