Find a formula for 1, 3, 6, 10, 15, 21,

  • Thread starter Thread starter annoymage
  • Start date Start date
  • Tags Tags
    Formula
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
5 replies · 3K views
annoymage
Messages
360
Reaction score
0

Homework Statement



find the formula for

1,3,6,10,15,21,...

Homework Equations



n/a

The Attempt at a Solution



i only can find n>=3

Tn = 3 + [tex]\sum[/tex] i ; i=3 to n

help T_T
 
Physics news on Phys.org


For one thing, the numbers in the way you listed them are called a sequence. Do you see a pattern among those numbers? That may help you.
 
Last edited:


yea lol, it's sequence ;P sorry, and yea, i saw the pattern, but only start from 3 T_T
 


annoymage said:

Homework Statement



find the formula for

1,3,6,10,15,21,...

Homework Equations



n/a

The Attempt at a Solution



i only can find n>=3

Tn = 3 + [tex]\sum[/tex] i ; i=3 to n
But 3= 1+ 2 and 1= 0+ 1 so you can say it is [itex]T_n= \sum_{i= 1}^n i[/itex] That's a well known sum with a well known formula. Look up "triangular numbers".

help T_T
 


thanks, how come i didn't realized it's [itex]T_n= \sum_{i= 1}^n i[/itex] instead of Tn = 3 + sum(i) ; i=3 to n.

thank you :D
 


There is no sigma notation in sequences, a sequence is written as:

[tex] \left \{a_{n} \right \}_{n=0}^{N}[/tex]

as to your sequence it could be defined by a recursive formula:

[tex] a_{n+1}=a_{n}+n+2[/tex]

[tex] a_{0}=1[/tex]