Finding a formula for a difficult sequence

  • Thread starter Thread starter torquerotates
  • Start date Start date
  • Tags Tags
    Formula Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
torquerotates
Messages
207
Reaction score
0

Homework Statement

I'm trying to find a formula for 1, 3, 6, 10 ... for n=2,3,4,...







The Attempt at a Solution


Well I know that the difference between each number is increasing by 1. For example, the difference between 1 and 3 is 2, between 3 and 6 is 3, between 6 and 10 is 4 and so on. But, I just don't see a formula.
 
Physics news on Phys.org
Hi! [tex]a_n = \sum_{ k = 1 }^n k = \frac{ n ( n + 1 ) }{ 2 }[/tex]
 
For some reason, I can't read that.