Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A061907
The iterative cycle: n -> sum of digits of n^2 has only four distinct elements.
1
2, 11, 20, 101, 110, 134, 136, 163, 172, 197, 200, 217, 233, 242, 244, 262, 278, 287, 296, 298, 307, 313, 314, 316, 343, 359, 386, 397, 406, 413, 422, 424, 431, 433, 442, 458, 467, 469, 476, 478, 487, 514, 523, 541, 577, 583, 586, 593, 604, 613, 614, 622
OFFSET
1,1
EXAMPLE
a(2) = 4 since 2 -> 4 -> 1+6 = 7 -> 4+9 = 13 -> 1+6+9 = 16 -> 2+5+6 = 13, thus {4,7,13,16} are the distinct elements of the iterative cycle of 2.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Asher Auel, May 17 2001
STATUS
approved