login
Numbers n such that string 2,7 occurs in the base 8 representation of n but not of n-1.
0

%I #5 Mar 30 2012 18:56:42

%S 23,87,151,184,215,279,343,407,471,535,599,663,696,727,791,855,919,

%T 983,1047,1111,1175,1208,1239,1303,1367,1431,1472,1559,1623,1687,1720,

%U 1751,1815,1879,1943,2007,2071,2135,2199,2232,2263

%N Numbers n such that string 2,7 occurs in the base 8 representation of n but not of n-1.

%K nonn,base

%O 1,1

%A _Clark Kimberling_