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!)
A192117 Monotonic ordering of nonnegative differences 6^i-2^j, for 40>=i>=0, j>=0. 3
0, 2, 4, 5, 20, 28, 32, 34, 35, 88, 152, 184, 200, 208, 212, 214, 215, 272, 784, 1040, 1168, 1232, 1264, 1280, 1288, 1292, 1294, 1295, 3680, 5728, 6752, 7264, 7520, 7648, 7712, 7744, 7760, 7768, 7772, 7774, 7775, 13888, 17792, 30272, 38464, 42560, 44608 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 6; 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. A192116.
Sequence in context: A276311 A056440 A101843 * A084592 A101587 A277853
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)