login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A192117 Monotonic ordering of nonnegative differences 6^i-2^j, for 40>=i>=0, j>=0. 3

%I #6 Oct 21 2019 14:30:37

%S 0,2,4,5,20,28,32,34,35,88,152,184,200,208,212,214,215,272,784,1040,

%T 1168,1232,1264,1280,1288,1292,1294,1295,3680,5728,6752,7264,7520,

%U 7648,7712,7744,7760,7768,7772,7774,7775,13888,17792,30272,38464,42560,44608

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

%t c = 6; d = 2; 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. A192116.

%K nonn

%O 1,2

%A _Clark Kimberling_, Jun 23 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)