Reply
Sun 21 Jan, 2007 10:56 am
How do i find the formula for triangle number..
..1, 3, 6, 10, 15..
And how do you do it?!? I'm so stuck with this..
Can anyone help me??
x
Look at it geometrically and you'll notice a pattern for generating triangular numbers. Once you see the pattern, recall a formula you've likely learned that computes such series.
The formula for the nth triangle number is (n^2 +n)/2.