What are the next two numbers in this sequence?
10, 22, 200, 11202, ______, ______
The sequence is:
A(n-1) (in base 8) = A(n) (in base 3)
Now, 11202 (in base 8) = 20111111 (base 3)
and, 20111111( in base 8) = 21221222212121 (base 3)
Consequently, the required next two terms are: 20111111, and 21221222212121
Edited on December 24, 2022, 11:00 pm