A330760 a(n) is n transformed by the "successive Oware operation" (see the Comments and Example sections).
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 21, 22, 32, 33, 43, 44, 54, 55, 20, 21, 31, 32, 42, 43, 53, 54, 64, 65, 21, 31, 32, 42, 43, 53, 54, 64, 65, 75, 31, 41, 42, 52, 53, 63, 64, 74, 75, 85, 41, 42, 52, 53, 63, 64, 74, 75, 85, 86, 51, 52, 62, 63, 73, 74, 84, 85, 95, 96, 52, 62, 63, 73, 74, 84, 85, 95, 96, 106, 62, 72
Offset: 1
Examples
The Oware operation on 539 transforms first 539 into the numbers 5;3;9. It consists then of taking the 5 (and making this number zero) and then increase 5 times the subsequent numbers in a cyclic manner: 3->4; 9->10; 0->1; 4->5; 10->11, which yields the three numbers 1;5;11. The Oware operation is then repeated with 5 (the second number of the result) which turns 1;5;11 into 3;1;13. The last Oware operation is with 13, the rightmost number of the last result, which turns 3;1;13 into 8;5;4. Thus a(539) = 854.
Comments