12, 15, 21, 24, 30, 33, 39, 51, _ _
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Start with the first value. Add the sum of that value's digits to the number to obtain the next value. So, 12 + (1+2) = 15
15 + (1+5) = 21 Continue in the same manner. The value after 51 would then be 51 + (5+1) = 57