Let sequence $\{a_{n}\}$ such $$a_{1}=a_{2}=\cdots=a_{10}=0,a_{11}=2$$,such $$a_{n+11}=a_{n+5}+2a_{n}$$
Find the $a_{111}$
I want show this sequence is Periodic series。following is some try
$$a_{n+11}=a_{n+5}+2a_{n}$$ $$a_{n+17}=a_{n+11}+2a_{n+6}=a_{n+5}+2a_{n}+2a_{n+6}$$
I just put it in a spreadsheet. The sequence is not periodic. I find $a_{111}=23880$ but don't see a neat way to get that.
Added: if I had to do it by hand I would just follow the recurrence backwards $$a_{111}=a_{105}+2a_{100}\\=a_{99}+4a_{94}+4a_{89}\\ =a_{93}+6a_{88}+12a_{83}+8a_{78}$$ It will take about $18$ such lines. After about $10$ lines terms will disappear off the end because of the known $0$ values. It is a fair amount of work this way.