login
Monotonic ordering of nonnegative differences 8^i-3^j, for 40>= i>=0, j>=0.
3

%I #6 Oct 21 2019 14:51:06

%S 0,5,7,37,55,61,63,269,431,485,503,509,511,1909,3367,3853,4015,4069,

%T 4087,4093,4095,13085,26207,30581,32039,32525,32687,32741,32759,32765,

%U 32767,84997,203095,242461,255583,259957,261415,261901,262063,262117,262135,262141

%N Monotonic ordering of nonnegative differences 8^i-3^j, for 40>= i>=0, j>=0.

%t c = 8; d = 3; t[i_, j_] := c^i - d^j;

%t u = Table[t[i, j], {i, 0, 40}, {j, 0, i*Log[d, c]}];

%t v = Union[Flatten[u ]]

%Y Cf. A192155.

%K nonn

%O 1,2

%A _Clark Kimberling_, Jun 24 2011