login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Sorted list of strings that can be obtained by starting with 12 and repeatedly doubling any substring in place.
2

%I #6 Mar 30 2012 16:50:41

%S 12,112,122,1112,1122,1212,1222,11112,11122,11212,11222,12112,12122,

%T 12212,12222,111112,111122,111212,111222,112112,112122,112212,112222,

%U 121112,121122,121212,121222,122112,122122,122212,122222

%N Sorted list of strings that can be obtained by starting with 12 and repeatedly doubling any substring in place.

%C The list contains 2^(n-2) strings of length n, namely 1{1,2}^(n-2)2, for n >= 2.

%H <a href="/index/Do#repeat">Index entries for doubling substrings</a>

%K nonn

%O 1,1

%A _N. J. A. Sloane_, Feb 22 2008