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.
30 + 15 = 45
45 + 30 = 75
75 + 45 = 120
120 + 75 = 195
195 + 120 = 315
315 + 195 = 510