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!)
A192125 Monotonic ordering of nonnegative differences 10^i-2^j, for 40>= i>=0, j>=0. 3
0, 2, 6, 8, 9, 36, 68, 84, 92, 96, 98, 99, 488, 744, 872, 936, 968, 984, 992, 996, 998, 999, 1808, 5904, 7952, 8976, 9488, 9744, 9872, 9936, 9968, 9984, 9992, 9996, 9998, 9999, 34464, 67232, 83616, 91808, 95904, 97952, 98976, 99488, 99744, 99872, 99936 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 10; 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. A192124.
Sequence in context: A045138 A067704 A284889 * A362666 A166270 A129459
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 3 21:27 EDT 2024. Contains 374905 sequences. (Running on oeis4.)