I am trying to find the nth of a sequence : a. 1, 3, 6, 10, 15 ..i need to know how to do this
what value of n are we trying to find? in other words, which term are you trying to find?
looks like you are adding one more each time. or you can figure out an equation
1+2=3 3+3=6 6+4=10 10+5=15 etc so next one would be 15+6=21 21+7=28 etc
This is the question..What is the nth term in each of the numerical patterns.and those are the numbers
I don't need to know what comes next, but a formula
\[a_{n}=a_{n-1}+n\]
johnnyrocket has it but there is a closed form as well i will see if i can find it
If we are looking for a general formula for the sequence it would be \[a _{n}=a _{n-1}+n\] for all n>1 where\[n _{1}=1\]
i have three differnet sequences so i need to learn how to plug in the numbers or me uwith a fomrula
i think we want the closed form of this thing.
i am getting there i think. give me a few
((n+1)n)/2
(n^2+n)/2
i believe you but why the heck to i keep getting \[\frac{n^2-n}{2}\] which i know is wrong!
maybe bad algebra? or bad method.
once you have it it is clear. for some reason i kept getting minus sign can you show me how to get it right?
How do you get a negative
oh now i see it. i was summing \[\sum_{k=1}^nk=\frac{n(n+1)}{2}\] when i should have been summing \[\sum_{k=1}^{n-1}k=\frac{n(n-1)}{2}\]
then \[n^2-\frac{n(n-1)}{2}\]will work. anyway that is what i did. was there a snappier way?
my way was probably the donkey way. i am sure there is a snap way to do this, i forget how
believe it or not i just saw this a couple years ago and now totally forget. solve these and recursions like \[a_n=a_{n-1}+2a_{n-2}\] etc
i would love to see what you did to get this
Join our real-time social learning platform and learn together with your friends!