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!)
A192160 Monotonic ordering of nonnegative differences 10^i-3^j, for 40>=i>=0, j>=0. 3
0, 1, 7, 9, 19, 73, 91, 97, 99, 271, 757, 919, 973, 991, 997, 999, 3439, 7813, 9271, 9757, 9919, 9973, 9991, 9997, 9999, 40951, 80317, 93439, 97813, 99271, 99757, 99919, 99973, 99991, 99997, 99999, 468559, 822853, 940951, 980317, 993439, 997813, 999271 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
c = 10; d = 3; 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. A192159.
Sequence in context: A046257 A074343 A103853 * A139202 A243996 A125968
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jun 24 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 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)