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

%I #6 Oct 21 2019 14:48:11

%S 0,2,4,8,22,26,56,76,80,104,118,218,238,242,604,704,724,728,1562,2062,

%T 2162,2182,2186,3436,4058,5936,6436,6536,6556,6560,16558,19058,19558,

%U 19658,19678,19682,43424,55924,58424,58924,59024,59044,59048,99022,140816

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

%t c = 3; 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. A192150.

%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 August 2 04:38 EDT 2024. Contains 374821 sequences. (Running on oeis4.)