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

 


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

%I #6 Oct 21 2019 14:39:41

%S 0,1,3,7,15,23,31,47,55,63,119,127,175,247,255,295,431,503,511,943,

%T 1015,1023,1319,1631,1967,2039,2047,3367,4015,4087,4095,6487,7463,

%U 8111,8183,8191,9823,15655,16303,16375,16383,26207,32039,32687,32759,32767,58975

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

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

%K nonn

%O 1,3

%A _Clark Kimberling_, Jun 23 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 16:18 EDT 2024. Contains 376119 sequences. (Running on oeis4.)