[go: up one dir, main page]

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!)
A192148 Monotonic ordering of nonnegative differences 4^i-3^j, for 40>=i>=0, j>=0. 3
0, 1, 3, 7, 13, 15, 37, 55, 61, 63, 175, 229, 247, 253, 255, 295, 781, 943, 997, 1015, 1021, 1023, 1909, 3367, 3853, 4015, 4069, 4087, 4093, 4095, 6487, 9823, 14197, 15655, 16141, 16303, 16357, 16375, 16381, 16383, 45853, 58975, 63349, 64807, 65293, 65455 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
c = 4; 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. A192147.
Sequence in context: A356211 A331036 A060657 * A151875 A117533 A065057
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 August 29 06:09 EDT 2024. Contains 375510 sequences. (Running on oeis4.)