home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!cs.utexas.edu!sun-barr!ames!purdue!mentor.cc.purdue.edu!pop.stat.purdue.edu!hrubin
- From: hrubin@pop.stat.purdue.edu (Herman Rubin)
- Newsgroups: sci.math
- Subject: Summation of "finite difference powers"
- Message-ID: <54641@mentor.cc.purdue.edu>
- Date: 21 Jul 92 14:15:48 GMT
- References: <1092@kepler1.rentec.com>
- Sender: news@mentor.cc.purdue.edu
- Organization: Purdue University Statistics Department
- Lines: 26
-
-
- >Recently, there was a question about 'molecules' which really asked for
- >the sum of the first N triangular numbers, where N=10^8. I misread the
- >problem and posted the N_th triangular number. the correct solution is:
-
- > N
- > sum k*(k+1)/2 = S_N
- > 1
-
- .....................
-
- The various responders seem to be ignorant of the "standard"
- result, easily proved by induction, that
-
- N
- sum k*(k+1)* ... *(k+j-1) = k*(k+1)* ... *(k+j)/(j+1)
- 1
-
- This is the finite difference analog of int(x^j) = x^(j+1)/(j+1),
- and the extensions to the gamma functions versions are also valid,
- and likewise proved by induction.
- --
- Herman Rubin, Dept. of Statistics, Purdue Univ., West Lafayette IN47907-1399
- Phone: (317)494-6054
- hrubin@pop.stat.purdue.edu (Internet, bitnet)
- {purdue,pur-ee}!pop.stat!hrubin(UUCP)
-