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!)
A088740 Greatest semiprime divisor of n-th composite number. 2
4, 6, 4, 9, 10, 6, 14, 15, 4, 9, 10, 21, 22, 6, 25, 26, 9, 14, 15, 4, 33, 34, 35, 9, 38, 39, 10, 21, 22, 15, 46, 6, 49, 25, 51, 26, 9, 55, 14, 57, 58, 15, 62, 21, 4, 65, 33, 34, 69, 35, 9, 74, 25, 38, 77, 39, 10, 9, 82, 21, 85, 86, 87, 22, 15, 91, 46, 93, 94, 95, 6, 49, 33, 25 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Reap[Do[If[! PrimeQ[n], fl = Flatten[Table[#[[1]], {#[[2]]}] & /@ FactorInteger[n]]; Sow[fl[[-1]]*fl[[-2]]]], {n, 4, 1200}]][[2, 1]]; (* Zak Seidov, Mar 18 2013 *)
gsd[n_]:=Max[Select[Divisors[n], PrimeOmega[#]==2&]]; gsd/@Select[Range[ 200], CompositeQ] (* Harvey P. Dale, May 08 2022 *)
CROSSREFS
Sequence in context: A367731 A367096 A088739 * A088738 A114595 A256415
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 12 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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)