a(1)=1. For n>1, a(n) equals the smallest number > a(n-1) of the form a(k) U j U a(k) U j, where U represents concatenation (written in decimal) of the binary representation of the arguments, where 1 <= k < n, and j = {0} or {1}.
A175335
a(1)=1. For n>1, a(n) equals the smallest number > a(n-1) of the form a(k) U j U a(k) U j, where U represents concatenation (written in decimal) of the binary representation of the arguments, where 1 <= k < n, and j = {0} or {1}.
Terms
- a(0) =1a(1) =10a(2) =15a(3) =660a(4) =693a(5) =990a(6) =1023a(7) =2704680a(8) =2706729a(9) =2839914a(10) =2841963a(11) =4057020a(12) =4059069a(13) =4192254a(14) =4194303
External references
- oeis: A175335