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!)
A192202 Monotonic ordering of nonnegative differences 10^i-5^j, for 40>= i>=0, j>=0. 3
0, 5, 9, 75, 95, 99, 375, 875, 975, 995, 999, 6875, 9375, 9875, 9975, 9995, 9999, 21875, 84375, 96875, 99375, 99875, 99975, 99995, 99999, 234375, 609375, 921875, 984375, 996875, 999375, 999875, 999975, 999995, 999999, 8046875, 9609375, 9921875, 9984375 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 10; d = 5; 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. A192201.
Sequence in context: A304538 A306123 A365580 * A249937 A344081 A171812
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jun 25 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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)