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!)
A192154 Monotonic ordering of nonnegative differences 7^i-3^j, for 40>= i>=0, j>=0. 3
0, 4, 6, 22, 40, 46, 48, 100, 214, 262, 316, 334, 340, 342, 1672, 2158, 2320, 2374, 2392, 2398, 2400, 10246, 14620, 16078, 16564, 16726, 16780, 16798, 16804, 16806, 58600, 97966, 111088, 115462, 116920, 117406, 117568, 117622, 117640, 117646, 117648, 292102 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c = 7; d = 3; 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. A192153.
Sequence in context: A108636 A101143 A083157 * A289385 A151519 A061595
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 20 02:14 EDT 2024. Contains 371798 sequences. (Running on oeis4.)