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!)
A192198 Monotonic ordering of nonnegative differences 8^i-5^j, for 40>= i>=0, j>=0. 3
0, 3, 7, 39, 59, 63, 387, 487, 507, 511, 971, 3471, 3971, 4071, 4091, 4095, 17143, 29643, 32143, 32643, 32743, 32763, 32767, 144027, 184019, 246519, 259019, 261519, 262019, 262119, 262139, 262143, 1706527, 2019027, 2081527, 2094027, 2096527, 2097027, 2097127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 8; d = 5; 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. A192197.
Sequence in context: A169741 A335812 A282427 * A061931 A057203 A056250
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jun 25 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 April 18 21:46 EDT 2024. Contains 371781 sequences. (Running on oeis4.)