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

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

%S 0,2,3,8,21,26,27,45,75,80,207,237,242,513,693,723,728,891,1971,2151,

%T 2181,2186,5265,6345,6525,6555,6560,11907,12393,18387,19467,19647,

%U 19677,19682,51273,57753,58833,59013,59043,59048,130491,169371,175851,176931

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

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

%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 September 8 12:42 EDT 2024. Contains 375753 sequences. (Running on oeis4.)