I have the series: 1, 13, 133, 1333 ...
Currently I have distributed it down to: 1 + (10 * 2) + (100 * 2) ... Can anyone point me in the right direction?
Sorry, I forgot to mention, I'm looking for the sum of the series up to n where n is the stage.
I have the series: 1, 13, 133, 1333 ...
Currently I have distributed it down to: 1 + (10 * 2) + (100 * 2) ... Can anyone point me in the right direction?
Sorry, I forgot to mention, I'm looking for the sum of the series up to n where n is the stage.
Hint
If you multiply all numbers by $3$, you have $$3,39,399,3999,\cdots$$ that is to say $$4-1,40-1,400-1,4000-1,\cdots $$ which look like ... something I let you.
I am sure you can take from here.