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!)
A179276 Largest 3-smooth number <= n. 1
1, 2, 3, 4, 4, 6, 6, 8, 9, 9, 9, 12, 12, 12, 12, 16, 16, 18, 18, 18, 18, 18, 18, 24, 24, 24, 27, 27, 27, 27, 27, 32, 32, 32, 32, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 48, 48, 48, 48, 48, 48, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 64, 64, 64, 64, 64, 64, 64, 64, 72, 72 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
A065333(a(n)) = 1;
a(A003586(n)) = A003586(n);
A065331(n) <= a(n).
MATHEMATICA
smooth3Q[n_] := FactorInteger[n][[-1, 1]] <= 3;
a[n_] := For[k = n, True, k--, If[smooth3Q[k], Return[k]]];
Table[a[n], {n, 1, 100}] (* Jean-François Alcover, Oct 14 2021 *)
CROSSREFS
Sequence in context: A102440 A124815 A081328 * A213635 A218443 A326035
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 07 2010
EXTENSIONS
Definition corrected by Georg Fischer, Aug 05 2021
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)