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!)
A192120 Monotonic ordering of nonnegative differences 2^i - 8^j, for 40 >=i >= 0, j >= 0. 4

%I #13 Nov 16 2021 13:34:05

%S 0,1,3,7,8,15,24,31,56,63,64,120,127,192,248,255,448,504,511,512,960,

%T 1016,1023,1536,1984,2040,2047,3584,4032,4088,4095,4096,7680,8128,

%U 8184,8191,12288,15872,16320,16376,16383,28672,32256,32704,32760,32767,32768

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

%H Nathaniel Johnston, <a href="/A192120/b192120.txt">Table of n, a(n) for n = 1..288</a> [truncated to 2^40-1 by _Georg Fischer_, Nov 16 2021]

%p A192120:={}: for i from 0 to 15 do for j from 0 to floor(i/3) do A192120 := A192120 union {2^i-8^j}: od: od: op(A192120); # _Nathaniel Johnston_, Jun 23 2011

%t c = 2; d = 8; 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. A192110, A192121.

%K nonn,easy,fini

%O 1,3

%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 15 20:47 EDT 2024. Contains 371696 sequences. (Running on oeis4.)