Question 750517
-15,-8,-1,6,13 tells us that d=7, 
{{{
a[1]=-15
}}}


{{{
a[n]=a[1]+(n-1)d
}}}
{{{
a[100]=-15+(100-1)(7)
}}}


{{{a[100]=678}}}



:)