The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A084791 Where record gaps between 3-smooth numbers occur. 6
1, 4, 7, 8, 10, 14, 19, 21, 24, 28, 29, 30, 34, 35, 36, 38, 39, 41, 42, 43, 45, 46, 50, 51, 53, 54, 58, 59, 63, 67, 68, 72, 78, 82, 88, 99, 110, 113, 115, 118, 120, 122, 125, 127, 133, 135, 138, 140, 146, 148, 154, 160, 162, 168, 175, 176, 177, 183, 190, 191, 192 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Smooth Number
FORMULA
A084788(n) = A061987(a(n)).
A084789(n) = A003586(a(n)).
A084790(n) = A003586(a(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[First@ Position[d, #] &, v] //Flatten (* Amiram Eldar, Jan 30 2020 *)
CROSSREFS
Sequence in context: A175008 A336408 A286401 * A310933 A186712 A001494
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 June 5 17:35 EDT 2024. Contains 373107 sequences. (Running on oeis4.)