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!)
A192118 Monotonic ordering of nonnegative differences 2^i-7^j, for 40>=i>=0, j>=0. 3
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
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: A282572 A299642 A128539 * A282534 A303803 A304850
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 August 26 19:40 EDT 2024. Contains 375462 sequences. (Running on oeis4.)