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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062026 a(n) = n(n+1)(n^2 -3n +6)/4 3
0, 2, 6, 18, 50, 120, 252, 476, 828, 1350, 2090, 3102, 4446, 6188, 8400, 11160, 14552, 18666, 23598, 29450, 36330, 44352, 53636, 64308, 76500, 90350, 106002, 123606, 143318, 165300, 189720, 216752, 246576, 279378, 315350, 354690, 397602, 444296 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(n) = 1*2*3 + 2*3*4 + 3*4*5 +. . .+ (n-2)*(n-1)*n +(n-1)*n*1+ n*1*2, the sum of the cyclic product of terms taken three at a time, final term being n*1*2=2n.

LINKS

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

EXAMPLE

a(4) = 1*2*3 + 2*3*4 + 3*4*1 + 4*1*2 = 50.

PROG

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

CROSSREFS

Equals 2 * A004255.

Sequence in context: A018027 A059413 A197055 * A048495 A089380 A180282

Adjacent sequences:  A062023 A062024 A062025 * A062027 A062028 A062029

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 02 2001

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org), Jun 06 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 16 21:51 EST 2012. Contains 205978 sequences.