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!)
A248022 Achilles numbers which are coprime to the sum of their divisors. 1

%I #14 Apr 28 2020 05:56:59

%S 392,800,968,1352,2312,2888,3087,3267,3872,4232,5408,6075,6125,6272,

%T 6728,7688,7803,9248,10952,11552,12800,13448,14283,14792,15125,15488,

%U 16928,17672,19208,20000,21632,22472,22707,25088,26912,27783,27848,29403,29768,30752,33275

%N Achilles numbers which are coprime to the sum of their divisors.

%H Amiram Eldar, <a href="/A248022/b248022.txt">Table of n, a(n) for n = 1..10000</a>

%t achillesQ[n_] := Block[{ls = Last /@ FactorInteger@ n}, Min@ ls > 1 == GCD @@ ls]; Select[ Range@ 35000, achillesQ[ #] && GCD[#, DivisorSigma[1, #]] == 1 &]

%Y Intersection of A052486 and A003624. - _Michel Marcus_, Sep 30 2014

%K nonn,easy

%O 1,1

%A _Robert G. Wilson v_, Sep 29 2014

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 May 12 19:25 EDT 2024. Contains 372494 sequences. (Running on oeis4.)