You can put this solution on YOUR website! find the pattern first which is +4 to every number:
general equation is where n is the next number in the series and x is the previous number
n1 = 10
n2 = 10 + 4 = 14
n3 = 14 + 4 = 18
n4 = 18 + 4 = 22
etc....