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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152015 k(n)=n^3-n^2-n. 1
0, -1, 2, 15, 44, 95, 174, 287, 440, 639, 890, 1199, 1572, 2015, 2534, 3135, 3824, 4607, 5490, 6479, 7580, 8799, 10142, 11615, 13224, 14975, 16874, 18927, 21140, 23519, 26070, 28799, 31712, 34815, 38114, 41615, 45324, 49247, 53390, 57759, 62360 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

MAPLE

a:=n->sum(-1+sum(1+sum(1, i=2..n), j=2..n), k=1..n):seq(a(n), n=0..44); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 22 2008]

MATHEMATICA

lst={}; Do[AppendTo[lst, n^3-n^2-n], {n, 0, 5!}]; lst

CROSSREFS

Sequence in context: A200156 A032016 A001007 * A162256 A041719 A133777

Adjacent sequences:  A152012 A152013 A152014 * A152016 A152017 A152018

KEYWORD

sign

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 20 2008

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 14 23:04 EST 2012. Contains 205686 sequences.