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!)
A192150 Monotonic ordering of nonnegative differences 5^i-3^j, for 40>=i>=0, j>=0. 3
0, 2, 4, 16, 22, 24, 44, 98, 116, 122, 124, 382, 544, 598, 616, 622, 624, 938, 2396, 2882, 3044, 3098, 3116, 3122, 3124, 9064, 13438, 14896, 15382, 15544, 15598, 15616, 15622, 15624, 19076, 58442, 71564, 75938, 77396, 77882, 78044, 78098, 78116, 78122, 78124 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 5; d = 3; t[i_, j_] := c^i - d^j;
u = Table[t[i, j], {i, 0, 40}, {j, 0, i*Log[d, c]}];
v = Union[Flatten[u ]]
CROSSREFS
Cf. A192149.
Sequence in context: A338766 A242205 A076434 * A049441 A253143 A193868
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jun 24 2011
STATUS
approved

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 March 29 05:48 EDT 2024. Contains 371265 sequences. (Running on oeis4.)