[go: up one dir, main page]

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!)
A192197 Monotonic ordering of nonnegative differences 5^i-8^j, for 40>= i>=0, j>=0. 3
0, 4, 17, 24, 61, 113, 117, 124, 561, 617, 624, 2613, 3061, 3117, 3124, 11529, 15113, 15561, 15617, 15624, 45357, 74029, 77613, 78061, 78117, 78124, 128481, 357857, 386529, 390113, 390561, 390617, 390624, 1690981, 1920357, 1949029, 1952613, 1953061, 1953117 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 5; d = 8; 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. A192198.
Sequence in context: A042033 A372749 A281464 * A009226 A273022 A273119
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 August 29 06:09 EDT 2024. Contains 375510 sequences. (Running on oeis4.)