What are the next two numbers in the following sequence ?
10, 40, 90, 61, 52, 63, 94, ? , ?
(Explain how you arrived at your result).
Each term n is found from the expression 10n²modulo(10) + int(n²/10). Same answer as Nick's, in a PC-ready format.
|
Posted by Bryan
on 2003-03-25 05:33:19 |