Source: Day 9: Mirage Maintenance
Full solution for today (spoilers!)
Part 1
Given a list of terms, repeatedly calculate the differences of terms until these differences are 0. So:
0 3 6 9 12 15 3 3 3 3 3 0 0 0 0Calculate the sum of next terms for each sequence (18 for this one).