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!)
A112764 Greatest prime factor of the n-th 5-smooth number. 4
1, 2, 3, 2, 5, 3, 2, 3, 5, 3, 5, 2, 3, 5, 3, 5, 3, 5, 2, 3, 5, 5, 3, 5, 3, 5, 2, 3, 5, 5, 3, 5, 3, 5, 3, 5, 5, 2, 5, 3, 5, 5, 3, 5, 3, 5, 3, 5, 5, 3, 5, 2, 5, 3, 5, 5, 3, 5, 5, 3, 5, 5, 3, 5, 5, 3, 5, 2, 5, 3, 5, 5, 5, 3, 5, 5, 3, 5, 3, 5, 5, 3, 5, 5, 3, 5, 2, 5, 5, 3, 5, 5, 5, 5, 3, 5, 5, 3, 5, 3, 5, 5, 3, 5, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A006530(A051037(n));
A112763(n) <= a(n) <= 5.
MATHEMATICA
Reap[Do[p = FactorInteger[n][[-1, 1]]; If[p < 7, Sow[p]], {n, 1, 2000}] ][[2, 1]] (* Jean-François Alcover, Dec 17 2017 *)
PROG
(Magma) [1] cat [Max(PrimeDivisors(k)): k in [2..1500]| PrimeDivisors(k) subset [2, 3, 5]]; // Marius A. Burtea, Feb 07 2020
CROSSREFS
Sequence in context: A007967 A054494 A306252 * A108728 A331962 A302170
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 18 2005
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)