Next term in the given series

956 Views Asked by At

What will be next term of given series:

$$​50, 30, 40, 75, 170, ?$$

I am not able to find the pattern in the series. Could someone help me with this?

1

There are 1 best solutions below

0
On BEST ANSWER

$$x_1=50$$ $$x_{n+1}=n\left(\frac{x_n}{2}+5\right)$$

My python code to verify it.