For k in {2,3,...,9} define a sequence as follows: a(0)=0; for n>=0, a(n+1)=a(n)+1, unless a(n) ends in k, in which case a(n+1) is obtained by replacing the last digit of a(n) with the digit(s) of k^2. This is k(7).
A237344
For k in {2,3,...,9} define a sequence as follows: a(0)=0; for n>=0, a(n+1)=a(n)+1, unless a(n) ends in k, in which case a(n+1) is obtained by replacing the last digit of a(n) with the digit(s) of k^2. This is k(7).
Terms
- a(0) =0a(1) =1a(2) =2a(3) =3a(4) =4a(5) =5a(6) =6a(7) =7a(8) =49a(9) =50a(10) =51a(11) =52a(12) =53a(13) =54a(14) =55a(15) =56a(16) =57a(17) =549a(18) =550a(19) =551a(20) =552a(21) =553a(22) =554a(23) =555a(24) =556a(25) =557a(26) =5549a(27) =5550a(28) =5551a(29) =5552
External references
- oeis: A237344