For the first, let's consider the sequence of "Fibonacci last digits". This is obtained by just taking the last two numbers in the sequence, adding them, and only recording the last digit. So it is:
1, 1, 2, 3, 5, 8, 3 (only record last digit of 13), 1, 4, 5, 9, 4, 3, 7, 0, 7, 7, 4, 1, 5, 6, 1...