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?
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?
Copyright © 2021 JogjaFile Inc.
$$x_1=50$$ $$x_{n+1}=n\left(\frac{x_n}{2}+5\right)$$
My python code to verify it.