Given this sequence:
[12, 13], 25, 58, 52, 98, 108, 780, 568, 306
What is the next number?
Note the square brackets.
Hint:
This sequence follows the exact same rules: [10, 10], 10, 10, 10, 10, 10, 10
Hint #2:
You only need two math operators for this series
Hint #3:
This sequence follows the exact same rules: [2, 2], 4, 8, 32
Hint #4
You only need addition and multiplication
Hint #5
Every number (except for the last one) in hint #3 sequence is one digit, and there is a clear pattern there. In what way could this pattern be applied to Hint #1?