|
-
Apr 25th, 2002, 09:39 AM
#1
Thread Starter
Frenzied Member
Help with sequence needed.
Hey everyone I am looking for a formular that works for this sequence...
1*2 + 2*3 + 3*4 + ... + n(n+1).
thanks!
Sanity is a full time job
Puh das war harter Stoff!
-
Apr 25th, 2002, 10:18 AM
#2
Hyperactive Member
If you take a close you'll see that your series is:
1^2 + 1 + 2^2 + 2 + ... + n^2 + n
So, separate the terms and write it like this
S = 1 + 2 + 3 + ... n + 1^2 + 2^2 + ... n^2
So it's just the sum of all integers from 1 to n plus the sum of all squares from 1 to n.
S = n(n+1)/2 + n(n+1)(2n+1)/6
-
Apr 25th, 2002, 10:21 AM
#3
Thread Starter
Frenzied Member
Sanity is a full time job
Puh das war harter Stoff!
-
Apr 25th, 2002, 10:42 AM
#4
Frenzied Member
Wy125: You deserve a Bravo! & an Ole! Nice analysis.
Live long & prosper.
The Dinosaur from prehistoric era prior to computers.
Eschew obfuscation!
If a billion people believe a foolish idea, it is still a foolish idea!
VB.net 2010 Express
64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.
-
Apr 25th, 2002, 11:01 AM
#5
Thread Starter
Frenzied Member
yeah and fast!!
thanks a lot again
now I have to prove it with induktion oh well I guess I am gonna do that tomorrow
Sanity is a full time job
Puh das war harter Stoff!
-
Apr 25th, 2002, 03:03 PM
#6
Hyperactive Member
no problem. guv, thanks for the praise but I'm much more impressed with your polynomial roots program!
-
Apr 25th, 2002, 03:48 PM
#7
Thread Starter
Frenzied Member
haha seems like I ran over two math freaks... I guess I am gonna add you to my buddy list...
any of you guys got ICQ? I could really need some kind of math expert there...
Sanity is a full time job
Puh das war harter Stoff!
-
May 2nd, 2002, 07:20 AM
#8
-
May 2nd, 2002, 07:22 AM
#9
Thread Starter
Frenzied Member
For stuff like that I use my TI 92+ (well sometimes my brain, only a few times though)
thanks anyways
Sanity is a full time job
Puh das war harter Stoff!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|