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!)
A049195 Numbers k such that the Euler totient function phi(k) is divisible by a square. 3
5, 8, 10, 12, 13, 15, 16, 17, 19, 20, 21, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 63, 64, 65, 66, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 80, 81, 82, 84, 85, 87, 88, 89, 90, 91, 92, 93, 95 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 2 and p a prime: p^k is in this sequence. - Enrique Pérez Herrero, Apr 25 2013
The asymptotic density of this sequence is 1 since its complement (A049149) has a density 0. - Amiram Eldar, Mar 02 2021
LINKS
Enrique Pérez Herrero, Table of n, a(n) for n = 1..2500
EXAMPLE
72 and 73 belong because neither phi(72) = 24 nor phi(73) = 72 are squarefree.
MATHEMATICA
Select[Range[100], MoebiusMu[EulerPhi[#]] == 0 &]
Select[Range[100], !SquareFreeQ[EulerPhi[#]]&] (* Harvey P. Dale, Apr 30 2018 *)
CROSSREFS
Complement of A049149.
Sequence in context: A205841 A344443 A332556 * A172019 A064362 A173298
KEYWORD
nonn
AUTHOR
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)