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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061803 Sum of n-th row of triangle of 4-th powers: 1; 1 16 1; 1 16 81 16 1; 1 16 81 256 81 16 1; ... 2
1, 18, 115, 452, 1333, 3254, 6951, 13448, 24105, 40666, 65307, 100684, 149981, 216958, 305999, 422160, 571217, 759714, 995011, 1285332, 1639813, 2068550, 2582647, 3194264, 3916665, 4764266, 5752683, 6898780, 8220717, 9737998 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

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

FORMULA

a(n) = n(6n^4 + 10n^2 - 1)/15. - Dean Hickerson, Jun 06 2001.

EXAMPLE

a(3) = 115 = 1 + 16 + 81 + 16 + 1

PROG

(PARI) { for (n=1, 1000, write("b061803.txt", n, " ", n*(6*n^4 + 10*n^2 - 1)/15) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 28 2009]

CROSSREFS

Sequence in context: A192511 A125328 A126486 * A207103 A101089 A022678

Adjacent sequences:  A061800 A061801 A061802 * A061804 A061805 A061806

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 Jason Earls (zevi_35711(AT)yahoo.com), May 28 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 15 09:15 EST 2012. Contains 205753 sequences.