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

%I #7 Oct 21 2019 14:52:53

%S 0,3,11,15,39,59,63,131,231,251,255,399,759,899,971,999,1019,1023,

%T 3471,3971,4071,4091,4095,13259,15759,16259,16359,16379,16383,49911,

%U 62411,64911,65411,65511,65531,65535,184019,246519,259019,261519,262019,262119,262139

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

%e The differences accrue like this:

%e 1-1

%e 4-1

%e 16-5......16-1

%e 64-25.....64-5.....64-1

%e 256-125...256-25...256-5...256-1

%t c = 4; d = 5; 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. A192162.

%K nonn

%O 1,2

%A _Clark Kimberling_, Jun 24 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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)