This seems easy....
Pattern:
3, 6, 10, 15, 21....
How do I find expression for this?
It looked easy, but I couldn't find it.
I tried graphing it, but it turned out that it is not quadratic...
Thanks.
This seems easy....
Pattern:
3, 6, 10, 15, 21....
How do I find expression for this?
It looked easy, but I couldn't find it.
I tried graphing it, but it turned out that it is not quadratic...
Thanks.
On
If you don't recognize the pattern (Triangular numbers), you can look at the differences.
They are 3,4,5,6. Since the differences are an arithmetic sequence, you know the series is a quadratic, so can start with $n^2$.
Then, you can call your expression $an^2+bn+c$ and solve it by using 3 of the values from your sequence.
On
$$3\quad 3+\color{red}3=6\quad 6+\color{red}4=10\quad 10+\color{red}5=15\quad 15+\color{red}6=21\quad $$
$f(n)=\binom{n+2}{2}=\frac{(n+1)(n+2)}{2}$
If you have a sequence where the differences between terms is lineal then it is going to be a quadratic polynomial.