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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036659 Product of n with sum of next n consecutive integers. 4
2, 14, 45, 104, 200, 342, 539, 800, 1134, 1550, 2057, 2664, 3380, 4214, 5175, 6272, 7514, 8910, 10469, 12200, 14112, 16214, 18515, 21024, 23750, 26702, 29889, 33320, 37004, 40950, 45167, 49664, 54450, 59534, 64925, 70632, 76664 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (4,-6,4,-1).

FORMULA

a(n) = 2 +( 3*n*n +10*n +11 )*n/2. - Frank Ellermann (hmdmhdfmhdjmzdtjmzdtzktdkztdjz(AT)gmail.com), Mar 16 2002

a(n) = n^2(3n + 1)/2 - Ronnie B Kon (ronniekon(AT)yahoo.com), Jun 09 2006

a(n)=sum(sum(n+k, j=1..n),k=1..n), n>=1 - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 11 2007

EXAMPLE

n=3 -> 3*(4+5+6)=45

MAPLE

seq(add((n^2-k^2+(n+k)^2)/2, k=1..n), n=0..37); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 01 2006

a:=n->sum((n+j)*n, j=1..n): seq(a(n), n=1..37); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 29 2007

a:=n->sum(sum(n+k, j=1..n), k=1..n): seq(a(n), n=1..37); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 11 2007

a:=n->add(binomial(n, 2)+add(n, j=0..n), j=1..n):seq(a(n), n=1..40); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Aug 27 2008]

PROG

(PARI) a(n)=n^2*(3n+1)/2 \\ Charles R Greathouse IV, Dec 08 2011

CROSSREFS

Cf. A036660.

Sequence in context: A075036 A091405 A085929 * A079937 A197885 A200193

Adjacent sequences:  A036656 A036657 A036658 * A036660 A036661 A036662

KEYWORD

nonn,easy

AUTHOR

G. L. Honaker, Jr. (honak3r(AT)gmail.com), Dec 15 1998

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 18:31 EST 2012. Contains 205535 sequences.