login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061804 2*n*(2*n^2 + 1). 4
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 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

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.

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,1000

EXAMPLE

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

MATHEMATICA

Table[2*n*(2*n^2 + 1), {n, 0, 5!}] (*From Vladimir Joseph Stephan Orlovsky (4vladimir(AT)gmail.com), 04 Dec 2010*)

PROG

(PARI) { for (n=0, 1000, write("b061804.txt", n, " ", 2*n*(2*n^2 + 1)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 28 2009]

CROSSREFS

a(n) = 6 times A005900.

Sequence in context: A036141 A199243 A172137 * A083374 A061707 A056375

Adjacent sequences:  A061801 A061802 A061803 * A061805 A061806 A061807

KEYWORD

nonn,easy

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 28 2001

EXTENSIONS

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 12:30 EST 2012. Contains 205469 sequences.