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!)
A192147 Monotonic ordering of nonnegative differences 3^i-4^j, for 40>= i>=0, j>=0. 3
0, 2, 5, 8, 11, 17, 23, 26, 65, 77, 80, 179, 227, 239, 242, 473, 665, 713, 725, 728, 1163, 1931, 2123, 2171, 2183, 2186, 2465, 3299, 5537, 6305, 6497, 6545, 6557, 6560, 15587, 18659, 19427, 19619, 19667, 19679, 19682, 42665, 54953, 58025, 58793, 58985, 59033 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
The differences accrue like this:
1-1
3-1
9-4.....9-1
27-16...27-4....27-1
81-64...81-16...81-4...81-1
MATHEMATICA
c = 3; d = 4; 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. A192148.
Sequence in context: A352143 A365808 A344719 * A226817 A154484 A129300
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 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)