What is the rule of this sequence?
10, 15, 25, 40, 60, …
how do u get the rule and what type of sequence is this
nand0d1110+5215+5+10325+5+15440+5+20560
This is an Arithmetic Sequences Second order
an2+bn+c=an with a, b, and c integers
n=1:a∗12+b∗1+c=10n=2:a∗22+b∗2+c=15n=3:a∗32+b∗3+c=40(1)a+b+c=10(2)4a+2b+c=15(3)9a+3b+c=25⇒a=52⇒b=−52⇒c=10an=52∗n2−52∗n+10
Question: Can you just write this as a recursive sequence
a1 =10 , an = an-1 + 5 ( n-1) ?????
Thanx ! ~ EP