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!)
A192196 Monotonic ordering of nonnegative differences 7^i-5^j, for 40>= i>=0, j>=0. 3
0, 2, 6, 24, 44, 48, 218, 318, 338, 342, 1182, 1776, 2276, 2376, 2396, 2400, 13682, 16182, 16682, 16782, 16802, 16806, 39524, 102024, 114524, 117024, 117524, 117624, 117644, 117648, 432918, 745418, 807918, 820418, 822918, 823418, 823518, 823538, 823542 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 7; 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. A192195.
Sequence in context: A143383 A067653 A090755 * A000496 A004306 A092485
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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)