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!)
A192172 Monotonic ordering of nonnegative differences 10^i-4^j, for 40>=i>=0, j>=0. 3
0, 6, 9, 36, 84, 96, 99, 744, 936, 984, 996, 999, 5904, 8976, 9744, 9936, 9984, 9996, 9999, 34464, 83616, 95904, 98976, 99744, 99936, 99984, 99996, 99999, 737856, 934464, 983616, 995904, 998976, 999744, 999936, 999984, 999996, 999999, 5805696, 8951424 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 10; d = 4; 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. A192171.
Sequence in context: A166624 A025628 A100096 * A057397 A038263 A004989
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 May 6 17:57 EDT 2024. Contains 372297 sequences. (Running on oeis4.)