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!)
A192163 Monotonic ordering of nonnegative differences 4^i-6^j, for 40>= i>=0, j>=0. 3
0, 3, 10, 15, 28, 40, 58, 63, 220, 250, 255, 808, 988, 1018, 1023, 2800, 3880, 4060, 4090, 4095, 8608, 15088, 16168, 16348, 16378, 16383, 18880, 57760, 64240, 65320, 65500, 65530, 65535, 215488, 254368, 260848, 261928, 262108, 262138, 262143, 768640, 1001920 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 4; d = 6; 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. A192164.
Sequence in context: A224852 A325233 A030005 * A129307 A186575 A356318
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 September 1 06:23 EDT 2024. Contains 375575 sequences. (Running on oeis4.)