The Fibonacci sequence is a sequence of numbers starting from 1, where each number is the sum of the two previous numbers. You can compute sums with the + operator.

1, 1, 2, 3, 5, 8, 13, 21, ...

The alien on the left used the fifth number from this sequence (5) as its password, and the one on the right used the tenth Fibonacci number.

Use variables to calculate the password of each spaceship, then crash them into the mothership.

transmission
 
xxxxxxxxxx