Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #4 Mar 30 2012 17:20:44
%S 2,5,7,37,45,53,61,71,79,87,95,103,111,119,127,1061,1125,1189,1253,
%T 1317,1381,1445,1509,1573,1637,1701,1765,1829,1893,1957,2021,2093,
%U 2157,2221,2285,2349,2413,2477,2541,2605,2669,2733,2797,2861,2925
%N Golc sequence in base 2. Left to right concatenation of n,int(log_2(n)),int(log_2(int(log_2(n)))),... in base 2.
%K nonn,base,easy
%O 1,1
%A _Olivier GĂ©rard_