I am giving this question to see how much time people take to solve such problems and to know how the idea struck their minds . I solved but it took a lot of time(12 minutes) for the solution to strike my mind .I want to check how much time generally people take for these questions .
Find the next number in the sequence
$83 , 121 , 16 , 49 , 169 ,256 , ......$
Answerers please also share how much time it took to solve this problem and also the possible ways you tried to finally arrive at the answer . Maths is fun , sequence is more fun
..
It is trivial not to observe that the sequence is the polynomial $$(263 x^5)/120-(1121 x^4)/24+(8915 x^3)/24-(31915 x^2)/24+(41197 x)/20-974$$ evaluated at $1,2,3,4,5,6$. Substituting $x=7$, we obtain $384$ as the next element.