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!)
A073752 Greatest common divisor of n/spf(n) and n/gpf(n) where spf(n) is the smallest and gpf(n) is the greatest prime factor of n (see A020639, A006530). 3
1, 1, 1, 2, 1, 1, 1, 4, 3, 1, 1, 2, 1, 1, 1, 8, 1, 3, 1, 2, 1, 1, 1, 4, 5, 1, 9, 2, 1, 3, 1, 16, 1, 1, 1, 6, 1, 1, 1, 4, 1, 3, 1, 2, 3, 1, 1, 8, 7, 5, 1, 2, 1, 9, 1, 4, 1, 1, 1, 6, 1, 1, 3, 32, 1, 3, 1, 2, 1, 5, 1, 12, 1, 1, 5, 2, 1, 3, 1, 8, 27, 1, 1, 6, 1, 1, 1, 4, 1, 9, 1, 2, 1, 1, 1, 16, 1, 7, 3, 10, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
a(n) = if n=p^k (p prime, k>0) then p^(k-1) else n/(spf(n)*gpf(n)).
LINKS
FORMULA
a(n) = GCD(A032742(n), A052126(n)).
MATHEMATICA
gc[n_]:=Module[{fi=Transpose[FactorInteger[n]][[1]]}, GCD[n/First[fi], n/Last[ fi]]]; Array[gc, 110] (* Harvey P. Dale, Jun 17 2012 *)
CROSSREFS
A073753(n) = a(a(n)).
Sequence in context: A000190 A348037 A003557 * A346487 A128708 A087653
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 07 2002
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 March 18 22:09 EDT 2024. Contains 370951 sequences. (Running on oeis4.)