A similar question was posted a long time ago
the first few terms are 1, 2, 2, 4, 8, 32, 256, 8192, 2097152...
Notice how the last digits are forming a pattern, (2, 2, 4, 8, 2, 6, 2, 2, 4, 8, 2, 6, 2...
The pattern is 2 -> 2 -> 4 -> 8 -> 2 -> 6
So if the pattern repeats every 6 terms. And assuming you are trying to find the 35th term. You divide 35 by 6 and find the remainder, which is 5
So count up 5 terms in the pattern.
[fixed]
we count up 4 terms in the pattern because the first term is 1
so 8 is the answer
Someone check this.
Note: In these questions, always check for a pattern!!!