So I am working on a problem that involves an expression that has a "nested" sigma notation. Maybe "nested" isn't the correct word, because you start with an input (of your choosing) and the output becomes the input for the next iteration. So it's like a recursive sequence.
I am almost positive that this has been studied before. Not because I've heard of it, but because it's too simple of an idea to not have been studied before. (I could be wrong.)
If, instead of a series, we had a function, then this function "nested" 3 times would look like $f(f(f(x)))$. I am looking to generalize this to any type of function nested any number of times.
To give a simple example of what I mean: if we have $f(x)=ax+b$, then, $f(x)$ "nested" $N$ times with starting value $X$ can be generalized as $Xa^N+b((1-a^N)/(1-a))$ If anybody can provide with generalizations (or links to generalizations) for trigonometric, exponential, quadratic, polynomial, etc. functions, like the one I have provided, it would be of most help. Thank you.
EDIT: Also, if these types of generalizations have been made for series (in sigma notation would be even better) that would just be, as you say, "icing on the cake". :) Thanks.