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!)
A080400 Largest squarefree number dividing phi(n). 6
1, 1, 2, 2, 2, 2, 6, 2, 6, 2, 10, 2, 6, 6, 2, 2, 2, 6, 6, 2, 6, 10, 22, 2, 10, 6, 6, 6, 14, 2, 30, 2, 10, 2, 6, 6, 6, 6, 6, 2, 10, 6, 42, 10, 6, 22, 46, 2, 42, 10, 2, 6, 26, 6, 10, 6, 6, 14, 58, 2, 30, 30, 6, 2, 6, 10, 66, 2, 22, 6, 70, 6, 6, 6, 10, 6, 30, 6, 78, 2, 6, 10, 82, 6, 2, 42, 14, 10, 22 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also largest squarefree number dividing Carmichael's lambda, A002322(n). - Antti Karttunen, Jul 17 2017
LINKS
FORMULA
a(n) = A007947(A000010(n)).
a(m * n) = A007947(a(m) * a(n)) if gcd(m, n) = 1. - David A. Corneth, Jul 16 2017
a(n) = A007947(A002322(n)). - Antti Karttunen, Jul 17 2017
MATHEMATICA
Table[Max[Select[Divisors[EulerPhi[n]], SquareFreeQ]], {n, 90}] (* Harvey P. Dale, Jul 05 2012 *)
a[n_] := Times @@ FactorInteger[EulerPhi[n]][[;; , 1]]; Array[a, 100] (* Amiram Eldar, Jun 18 2022 *)
PROG
(PARI) A080400(n) = factorback(factorint(eulerphi(n))[, 1]); \\ Antti Karttunen & David A. Corneth, Jul 16 2017
CROSSREFS
Sequence in context: A163368 A151948 A349923 * A351031 A328236 A119462
KEYWORD
nonn
AUTHOR
Labos Elemer, Mar 19 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 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)