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.

A061804 a(n) = 2*n*(2*n^2 + 1).

Original entry on oeis.org

0, 6, 36, 114, 264, 510, 876, 1386, 2064, 2934, 4020, 5346, 6936, 8814, 11004, 13530, 16416, 19686, 23364, 27474, 32040, 37086, 42636, 48714, 55344, 62550, 70356, 78786, 87864, 97614, 108060, 119226, 131136, 143814, 157284, 171570, 186696, 202686, 219564
Offset: 0

Views

Author

Amarnath Murthy, May 28 2001

Keywords

Comments

Sum of n-th row of triangle of even numbers: (2, 4), (6, 8, 10, 12), (14, 16, 18, 20, 22, 24), (26, 28, 30, 32, 34, 36, 38, 40), ..., where n-th row contains 2n terms.
Also, integer values of n^3/2 + n. - Arkadiusz Wesolowski, Jul 20 2012

Examples

			a(3) = 114 = 14 + 16 + 18 + 20 + 22 + 24.
		

Crossrefs

Programs

Formula

a(n) = 6*A005900(n).
G.f.: 6*x*(1 + x)^2/(1 - x)^4. - Colin Barker, Apr 20 2012
a(n) = A002061(A002061(n+1)) - A002061(A002061(n)). - Daniel Poveda Parrilla, Jun 10 2017

Extensions

More terms from Larry Reeves (larryr(AT)acm.org) and Alford Arnold, May 29 2001
Better description from Dean Hickerson, Jun 05 2001