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!)
A192168 Monotonic ordering of nonnegative differences 8^i-4^j, for 40>= i>=0, j>=0. 3
0, 4, 7, 48, 60, 63, 256, 448, 496, 508, 511, 3072, 3840, 4032, 4080, 4092, 4095, 16384, 28672, 31744, 32512, 32704, 32752, 32764, 32767, 196608, 245760, 258048, 261120, 261888, 262080, 262128, 262140, 262143, 1048576, 1835008, 2031616, 2080768, 2093056 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 8; 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. A192167.
Sequence in context: A139030 A115439 A348625 * A094609 A249936 A049191
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 16:25 EDT 2024. Contains 371961 sequences. (Running on oeis4.)