login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A192118 Monotonic ordering of nonnegative differences 2^i-7^j, for i>=0, j>=0. 1
0, 1, 3, 7, 9, 15, 25, 31, 57, 63, 79, 121, 127, 169, 207, 249, 255, 463, 505, 511, 681, 975, 1017, 1023, 1695, 1705, 1999, 2041, 2047, 3753, 4047, 4089, 4095, 5791, 7849, 8143, 8185, 8191, 13423, 13983, 15961, 16041, 16335, 16377, 16383, 30367, 32425, 32719 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,3

LINKS

Table of n, a(n) for n=1..48.

MATHEMATICA

c = 2; d = 7; 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. A192119.

Sequence in context: A070993 A191131 A128539 * A057463 A118258 A117583

Adjacent sequences:  A192115 A192116 A192117 * A192119 A192120 A192121

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 16:23 EDT 2013. Contains 225553 sequences.