The next number in the series is always found by adding the previous number to the number before it. So you calculate the number at position 3 by adding the number at position 2 to the number at position 1.
12 + 3 = 15
15 + 12 = 27
27 + 15 = 42
42 + 27 = 69