login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A192164 Monotonic ordering of nonnegative differences 6^i-4^j, for 40>= i>=0, j>=0. 3
0, 2, 5, 20, 32, 35, 152, 200, 212, 215, 272, 1040, 1232, 1280, 1292, 1295, 3680, 6752, 7520, 7712, 7760, 7772, 7775, 17792, 30272, 42560, 45632, 46400, 46592, 46640, 46652, 46655, 214400, 263552, 275840, 278912, 279680, 279872, 279920, 279932, 279935 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 6; 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. A192163.
Sequence in context: A136898 A077138 A247131 * A244087 A361134 A056726
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 December 7 23:30 EST 2023. Contains 367662 sequences. (Running on oeis4.)