[go: up one dir, main page]

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!)
A192156 Monotonic ordering of nonnegative differences 8^i-3^j, for 40>= i>=0, j>=0. 3
0, 5, 7, 37, 55, 61, 63, 269, 431, 485, 503, 509, 511, 1909, 3367, 3853, 4015, 4069, 4087, 4093, 4095, 13085, 26207, 30581, 32039, 32525, 32687, 32741, 32759, 32765, 32767, 84997, 203095, 242461, 255583, 259957, 261415, 261901, 262063, 262117, 262135, 262141 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 8; 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. A192155.
Sequence in context: A196473 A081851 A342504 * A322380 A006067 A244260
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 August 29 06:09 EDT 2024. Contains 375510 sequences. (Running on oeis4.)