The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A192167 Monotonic ordering of nonnegative differences 4^i-8^j, for 40>= i>=0, j>=0. 3
0, 3, 8, 15, 56, 63, 192, 248, 255, 512, 960, 1016, 1023, 3584, 4032, 4088, 4095, 12288, 15872, 16320, 16376, 16383, 32768, 61440, 65024, 65472, 65528, 65535, 229376, 258048, 261632, 262080, 262136, 262143, 786432, 1015808, 1044480, 1048064, 1048512, 1048568 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 4; d = 8; 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. A192168.
Sequence in context: A369983 A216466 A303259 * A065500 A120341 A325904
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 June 2 20:31 EDT 2024. Contains 373045 sequences. (Running on oeis4.)