The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A194085 Strong Achilles numbers: Achilles numbers m such that phi(m) is also an Achilles number, where phi(m) denotes Euler's totient function of m. 1
500, 864, 1944, 2000, 2592, 3456, 5000, 10125, 10368, 12348, 12500, 16875, 19652, 19773, 30375, 31104, 32000, 33275, 37044, 40500, 49392, 50000, 52488, 55296, 61731, 64827, 67500, 69984, 78608, 80000, 81000, 83349, 84375, 93312, 108000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
achillesQ[n_] := With[{ee = FactorInteger[n][[All, 2]]}, Min[ee] > 1 && GCD @@ ee == 1];
Select[Range[10^6], achillesQ[#] && achillesQ[EulerPhi[#]]&] (* Jean-François Alcover, Sep 26 2020 *)
PROG
(PARI) isA(n)=!ispower(n) && ispowerful(n)
is(n)=isA(n) && isA(eulerphi(n)) \\ Charles R Greathouse IV, Dec 19 2013
CROSSREFS
Cf. A052486 (Achilles numbers)
Sequence in context: A251813 A372864 A045215 * A216114 A005954 A333137
KEYWORD
nonn
AUTHOR
Kausthub Gudipati, Aug 14 2011
EXTENSIONS
Extended by Ray Chandler, Aug 16 2011
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 June 18 09:13 EDT 2024. Contains 373472 sequences. (Running on oeis4.)