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!)
A192157 Monotonic ordering of nonnegative differences 3^i-9^j, for 40>=i>=0, j>=0. 3
0, 2, 8, 18, 26, 72, 80, 162, 234, 242, 648, 720, 728, 1458, 2106, 2178, 2186, 5832, 6480, 6552, 6560, 13122, 18954, 19602, 19674, 19682, 52488, 58320, 58968, 59040, 59048, 118098, 170586, 176418, 177066, 177138, 177146, 472392, 524880, 530712, 531360 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 3; d = 9; 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. A192158.
Sequence in context: A109136 A295522 A065131 * A268810 A063581 A293296
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)