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!)
A095738 Numbers that are coprime to sigma but are not prime powers. 5

%I #27 Jun 25 2019 18:35:20

%S 21,35,36,39,50,55,57,63,65,75,77,85,93,98,100,111,115,119,129,133,

%T 143,144,155,161,171,175,183,185,187,189,201,203,205,209,215,217,219,

%U 221,225,235,237,242,245,247,253,259,265,275,279,291,299,301,305,309,319

%N Numbers that are coprime to sigma but are not prime powers.

%C Abundancy is defined as the ratio of the multiplicative sum-of-divisors function to the integer itself: abund(n) = sigma(n)/n. E.g., abund(10) = sigma(10) / 10 = (1+2+5+10) / 10 = 1.8 = 9 / 5.

%C Integers m and n are friendly if and only if they have the same abundancy. E.g., abund(12) = abund(234) = 7 / 3, so 12 and 234 are friends.

%C Integers which have no friends are called solitary.

%C The numbers in this sequence are solitary.

%C Compare abundancy to abundance as defined in A033880.

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

%H Claude W. Anderson and Dean Hickerson, <a href="http://www.jstor.org/stable/2318325">Advanced Problem 6020: Friendly Integers</a>, Amer. Math. Monthly, 1977, V84#1p65-6.

%H Walter Nissen, <a href="https://listserv.nodak.edu/cgi-bin/wa.exe?A2=NMBRTHRY;560ec1b3.0407">Primitive Friendly Integers and Exclusive Multiples</a>, 2004 post to NMBRTHRY mailing list

%t Select[Range[320], PrimeNu[#] > 1 && GCD[#, DivisorSigma[1, #]] == 1 &] (* _Amiram Eldar_, Jun 25 2019 *)

%o (PARI) isok(n) = (gcd(sigma(n), n) == 1) && (! isprime(n)) && (! (ispower(n, , &p) && isprime(p))); \\ _Michel Marcus_, Jan 24 2014

%Y Cf. A014567, A074902, A095739, A000203, A033880.

%K nonn

%O 1,1

%A _Walter Nissen_, Jul 08 2004

%E Edited by _Franklin T. Adams-Watters_, Mar 06 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 6 08:50 EDT 2024. Contains 372292 sequences. (Running on oeis4.)