I came across this definition of recursive series in a textbook. It goes as follows: $$a_0 = 0$$ For all $n \in N$, $$a_{n+1} = 2a_{n}+n$$
I am not sure if this is just me being silly, but I somehow find the $a_{1}$ term to be awkward to fit into this definition since $n$ belongs to the set of $\{1,2,3,4....\}$. To get the $a_1$ term, I have to do: $$a_{0+1} = 2a_{0} + 0$$, but that formula says $n \in N$. Does my confusion make sense?