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!)
A192152 Monotonic ordering of nonnegative differences 6^i-3^j, for 40>= i>=0, j>=0. 3
0, 3, 5, 9, 27, 33, 35, 135, 189, 207, 213, 215, 567, 1053, 1215, 1269, 1287, 1293, 1295, 5589, 7047, 7533, 7695, 7749, 7767, 7773, 7775, 26973, 40095, 44469, 45927, 46413, 46575, 46629, 46647, 46653, 46655, 85293, 102789, 220887, 260253, 273375, 277749 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 6; d = 3; 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. A192151.
Sequence in context: A171877 A339068 A004044 * A217098 A262314 A338604
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 April 24 14:09 EDT 2024. Contains 371960 sequences. (Running on oeis4.)