This will start your pattern finder code. This will get the user to enter 3 numbers, and store them in 3 variables and a list. Our Input table is 1, 2, 3. The output table is what the user enters. Remember the logic: 1. Is the output larger or smaller than the input? 2. Is the output counting by the same as the input, or is it different? 3. How do you use the answers of those two questions to find the sign and the number for the equation? (HINT: Because our input table is 1, 2, 3, you're probably only likely to see the output be larger than the input. It is a good idea to work out the logic just the same though).