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!)
A192122 Monotonic ordering of nonnegative differences 2^i-9^j, for 40>=i>=0, j>=0. 3
0, 1, 3, 7, 15, 23, 31, 47, 55, 63, 119, 127, 175, 247, 255, 295, 431, 503, 511, 943, 1015, 1023, 1319, 1631, 1967, 2039, 2047, 3367, 4015, 4087, 4095, 6487, 7463, 8111, 8183, 8191, 9823, 15655, 16303, 16375, 16383, 26207, 32039, 32687, 32759, 32767, 58975 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
c = 2; d = 9; 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. A192123.
Sequence in context: A322971 A165469 A160160 * A069119 A261413 A187220
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jun 23 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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)