.
It is not the standard Fibonacci sequence: it is modified Fibonacci sequence with some different starting conditions.
But, in any case, the definition of this Fibonacci sequence of numbers is
=
+
.
So,
=
+
= 102 + 101 = 203;
=
+
= 101 + 203 = 304,
and you can continue these recursive calculations in the same way, ON YOUR OWN as far as you want.