Let there be given an real-valued function $f(n)$
, with $n\in\mathbb{N}$ , $a,b \in\mathbb{R}$:
$$
f(n+1) = a f(n) + b
$$
What then is the value of $f(\infty)$ ?
As a physicist by education, being brought up with with limits and calculus,
I would first derive the following, for $m\in\mathbb{N}$:
$$
f(n+m) = a^m f(n) + \frac{1-a^m}{1-a} b
$$
Consequently, but only for $|a| < 1$ :
$$
f(\infty) = \lim_{m\to\infty} f(n+m) = b/(1-a)
$$
And if $|a|\ge 1$ then this limit and so $f(\infty)$ does not exist.
However, once upon a time on the internet, sci.math to be precise, I've seen an argument like this - the original is in ASCII: $$ f(n+1) = a f(n) + b \quad \Longrightarrow \quad f(\infty) = f(\infty+1) = a f(\infty) + b \quad \Longrightarrow \quad f(\infty) = b/(1-a) $$ Thus, $f(\infty)$ is defined even if the sequence $f(n)$ is divergent. I've reproduced it as it says.
Now the question is: is the latter a valid argument in mathematics, and is $f(\infty)$ indeed defined, even if the sequence $f(n)$ is divergent?
It's a formal procedure to find the fixed point. Even if $|a|>1$, $\frac{b}{1-a}$ is still a fixed point of $f$. The difference is that if $|a| < 1$, $f$ converges to $\frac{b}{1-a}$ regardless of what $f(1)$ is, but if $|a|\geq1$ you only stay at the fixed point if that's where you started, while other points get moved off to infinity.
In fact, you'll notice that, formally, $\infty$ is also a fixed point. What this is saying is that $|a| < 1$ means that other points get sent to $\frac{b}{1-a}$, but if $|a|\geq1$ then other points get sent to $\infty$.
In short, the formal calculation does get a result that's meaningful in some sense, but not according to the usual definitions of limits. I'd draw a parallel to some interesting results you get from manipulating divergent series.