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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077544 Product of next n numbers + sum of next n numbers. 0
2, 11, 135, 5074, 360425, 39070191, 5967561775, 1220096909060, 321570878429169, 106137499051584505, 42873948150095463071, 20803502274492921984870, 11938961126118491232769105, 7998487694738166709923841379 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n) = (k+1)(k+2)...(k+n) + nk + n(n+1)/2, k = n(n-1)/2

MAPLE

seq(product(i, i=n*(n-1)/2+1..n*(n-1)/2+n)+n*(n+1)/2+n*(n-1)/2*n, n=1..20);

MATHEMATICA

nx[n_]:=Module[{trn=(n(n+1))/2, r}, r=Range[trn-n+1, trn]; Total[r]+ Times@@r]; Array[nx, 20] (* From Harvey P. Dale, Jan 03 2012 *)

CROSSREFS

Sequence in context: A066382 A139387 A041725 * A087480 A060059 A177753

Adjacent sequences:  A077541 A077542 A077543 * A077545 A077546 A077547

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 09 2002

EXTENSIONS

More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Jan 12 2003

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 05:45 EST 2012. Contains 205694 sequences.