Suppose $j_0 =a $ and $j_1 = (b\times j_0) +c$ and $j_2=(b\times j_1)+c $ and $\cdots j_n =(b\times j_{n-1})+c $. I want a formula for $j $ as a function of $n: j= f (n) $. What is $f $?
If this is possible can you show me the method please?
Suppose $j_0 =a $ and $j_1 = (b\times j_0) +c$ and $j_2=(b\times j_1)+c $ and $\cdots j_n =(b\times j_{n-1})+c $. I want a formula for $j $ as a function of $n: j= f (n) $. What is $f $?
If this is possible can you show me the method please?
We have the formula $$j_n =(bj_{n-1})+c $$ $$=b (bj_{n-2}+c) +c = b^2j_{n-2} + bc +c $$ $$=b^2 (bj_{n-3}+c) + bc +c= b^3j_{n-3} + b^2c + bc +c$$ $$=\cdots $$
We can see that a pattern is emerging as we have $$j_n = b^kj_{n-k} + b^{k-1}c + b^{k-2}c + \cdots + bc +c $$
Now put $k = n $ and see what you get by also substituting $j_0 =a $. Hope it helps.
Hint: from your $j_{0}=a$ and $j_{1}=bj_{0}+c$, you can substitute to get $j_{1}=ab+c$. You also have $j_{2}=bj_{1}+c$. Substitutting again you get $j_{2}=ab^2+bc+c$. Can you keep going to $j_{n}$?
Try to examine inverse iterations. We have $j_n$ as the $n$-th iterate of a linear function.