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!)
A192200 Monotonic ordering of nonnegative differences 9^i-5^j, for 40>= i>=0, j>=0. 3
0, 4, 8, 56, 76, 80, 104, 604, 704, 724, 728, 3436, 5936, 6436, 6536, 6556, 6560, 43424, 55924, 58424, 58924, 59024, 59044, 59048, 140816, 453316, 515816, 528316, 530816, 531316, 531416, 531436, 531440, 2829844, 4392344, 4704844, 4767344, 4779844, 4782344 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 9; 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. A192199.
Sequence in context: A347511 A123106 A123288 * A063083 A349859 A270399
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)