The last digit of a multiplication problem is the last digit of the product of the two unit digits.
First make a list of the unit digits of the sequence and see if there is a pattern.
1, [2, 4, 8, 2, 6, 2], [2, 4, 8, 2, 6, 2], [2, 4, 8, 2, 6, 2]
It looks like after 1 there is a 6 digit repeating pattern [2, 4, 8, 2, 6, 2]
Ignoring the 1 at the beginning of the sequence the problem is now find the 34th term in the pattern that was found.
The largest multiple of 6 under 34 is 30 so the 30th term will be the last 2 in the pattern.
30- 2
31- 2
32- 4
33- 8
34- 2
The unit digit of the 35th term in the original sequence is \(\boxed{2}\)
.