I think the title is the best description I can give of my problem (but I'm not 100% sure - the problem set-up has me very confused).
So, given a sequence of i.i.d. Gamma RV having parameters 3, $\lambda$, where for t $\ge$0, $$P(T_n \le t) = \int_0^t \frac{\lambda(\lambda x)^2e^{-\lambda x}}{2}dx.$$
Then, I'm told that {$ {N(t); t \ge 0} $} can be defined as $$ N(t) = \sum_{n=1}^\infty 1(S_n \le t), t\ge0$$ {$1(S_n \le t)$} being the indicator function
Where for each integer $n \ge 1$, $S_n = T_1 + ... + T_n.$
I am asked to derive an expression for $P(N(t) = k)$, for each integer $k \ge0$.
A hint given is: Use the fact that each $T_n$ can be interpreted as the sum of three i.i.d. exponential random variables, having rate $\lambda$.
My answer follows this idea: This is essentially asking me to evaluate a Poisson counting process (I think), and because the inter arrival times $T_n$ are Gamma (3,$\lambda$), it should simplify to a counting process with 3 i.i.d. arrival processes each with rate $\lambda$ - This also means it should be an Erlang process, but that is irrelevant.
So, using the base representation for a Poisson Process, $$P(N(t) = k) = e^{-\lambda t} \frac{(\lambda t)^k}{k!}$$ I think the rate ($\lambda$) for my new process should be $\frac{\lambda}{3}$, giving me a final result of: $$P(N(t) = k) = e^{\frac{-\lambda t}{3}} \frac{(\frac{\lambda t}{3})^k}{k!}$$ Does this make sense to anyone else? The only reason I am concerned is this seemed far too simple for the course that I am currently taking.
Using the hint and your intuition that $T_n$ is the time for three arrivals of a Poisson process of rate $\lambda$, I would have thought that $N(t)=k$ was the event that $3k$, $3k+1$ or $3k+2$ arrivals happened in time $t$, with probability
$$P(N(t) = k) = e^{{-\lambda t} }\dfrac{(\lambda t)^{3k}}{(3k)!}+e^{{-\lambda t} }\dfrac{(\lambda t)^{3k+1}}{(3k+1)!}+e^{{-\lambda t} }\dfrac{(\lambda t)^{3k+2}}{(3k+2)!}$$
Simulation in R seems to confirm my suggested expression