What's the name for sequences sitting between geometric and arithmetic?
E.g. let $x_{n+1}=ax_n+b$
I can't find a general name for these.
These sequences may also be a Lucas Sequence but that's a pretty convoluted way of defining these.
What's the name for sequences sitting between geometric and arithmetic?
E.g. let $x_{n+1}=ax_n+b$
I can't find a general name for these.
These sequences may also be a Lucas Sequence but that's a pretty convoluted way of defining these.
On
The relations $x_{n+1}=ax_n+b\,$ ($n=0,1,...$), with $a$ and $b$ constant, describe a form of iterated affine transformation, and so the generated $x_0,x_1,...$ could be called an affine sequence. The iterative process has been called an affine recursion. You can do an internet search for this term, but I only found more advanced applications of this idea, to generate fractals or solve minimization problems in higher dimensions.
I think the term you are looking for is Linear recurrence Relations