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!)
A084790 Increasing gaps between 3-smooth numbers (upper end). 6
2, 6, 12, 16, 24, 48, 96, 128, 192, 288, 324, 384, 576, 648, 729, 864, 972, 1152, 1296, 1458, 1728, 1944, 2592, 2916, 3456, 3888, 5184, 5832, 7776, 10368, 11664, 15552, 23328, 31104, 46656, 93312, 177147, 209952, 236196, 279936, 314928 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A084788(n) + A084789(n).
a(n) = A003586(A084791(n) + 1).
MATHEMATICA
s = {}; m = 13; Do[n = 3^k; While[n <= 3^m, AppendTo[s, n]; n*=2], {k, 0, m}]; s = Union[s]; d = Differences @ s; v = DeleteDuplicates @ FoldList[Max, d]; Map[s[[1 + First@ Position[d, #]]] &, v] //Flatten (* Amiram Eldar, Jan 30 2020 *)
CROSSREFS
Sequence in context: A191331 A367465 A088915 * A130237 A053457 A299112
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 03 2003
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 May 5 19:47 EDT 2024. Contains 372278 sequences. (Running on oeis4.)