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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067056 a(n) = (1)*(2+3+4+...+ n) + (1+2)*(3+4+5+...+n) + (1+2+3)*(4+5+6...+ n)+ ...+ Sum(n) or a(n) = Sum { Sum(1 to r) * Sum( r+1 to n)}, r = 1 to n. 1
1, 2, 14, 54, 154, 364, 756, 1428, 2508, 4158, 6578, 10010, 14742, 21112, 29512, 40392, 54264, 71706, 93366, 119966, 152306, 191268, 237820, 293020, 358020, 434070, 522522, 624834, 742574, 877424, 1031184, 1205776, 1403248, 1625778 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n) = Sum {t(r)*{ t(n) - t(r) }}, ( r = 1 to n-1) where t(r) is the r-th triangular number.

n(2n^4+5n^3-5n-2)/60 = (n-1)n(n+1)(n+2)(2n+1)/60, n>1. - R. Stephan, Apr 30 2004

EXAMPLE

a(4) = (1)*(2+3+4) + (1+2)*(3+4) + (1+2+3)*(4) + = 9+21+24 = 54.

CROSSREFS

Sequence in context: A153978 A143553 A064363 * A137482 A203576 A178605

Adjacent sequences:  A067053 A067054 A067055 * A067057 A067058 A067059

KEYWORD

easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jan 02 2002

EXTENSIONS

More terms from Jason Earls (zevi_35711(AT)yahoo.com), Jan 11 2002

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 16 17:48 EST 2012. Contains 205939 sequences.