My little brother (third grade) asked me for help with this math problem on his homework, which was:
Find the next number in the sequence $32,21,14,\dots$
I was not able to see a trivial solution, so I ran a linear regression (for an equation for $a_n$) which turned up an equation with an $r^2$ of .$98$, which (considering I had three points) was not suitable, so I ran a quadratic regression and got the polynomial $$2n^2-17n+47$$ which yielded an $r^2$ of 1, and so was a perfect fit. Therefore, I said the answer was $11$.
My question is, considering that the question assumes no knowledge of algebra, or exponents, is there a simple (recursive, maybe?) formula for the next number in the sequence?
I see a pattern of subtracting the number you get by adding the digits together, doubling the resulting sum, then adding one.
e.g. $3+2 = 5 \times 2 = 10 + 1 = 11$
$32-11 = 21$ and so on
In which case, the next term would be $3$