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!)
A192123 Monotonic ordering of nonnegative differences 9^i-2^j, for 40>= i>=0, j>=0. 3
0, 1, 5, 7, 8, 17, 49, 65, 73, 77, 79, 80, 217, 473, 601, 665, 697, 713, 721, 725, 727, 728, 2465, 4513, 5537, 6049, 6305, 6433, 6497, 6529, 6545, 6553, 6557, 6559, 6560, 7153, 26281, 42665, 50857, 54953, 57001, 58025, 58537, 58793, 58921, 58985, 59017 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
c = 9; d = 2; 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. A192122.
Sequence in context: A032683 A182005 A192285 * A353601 A104423 A011347
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jun 23 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)