login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Nonprimes k such that sigma(k)*Sum_{d|k} 1/sigma(d) is an integer.
1

%I #12 Apr 30 2022 08:01:55

%S 1,6,10,14,15,18,21,22,26,28,30,33,34,35,38,39,40,42,46,51,52,55,57,

%T 58,62,65,66,69,70,74,76,77,78,82,84,85,86,87,90,91,93,94,95,102,105,

%U 106,110,111,114,115,118,119,120,122,123,124,126,129,130,133,134,138,140

%N Nonprimes k such that sigma(k)*Sum_{d|k} 1/sigma(d) is an integer.

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

%t q[n_] := IntegerQ[DivisorSigma[1, n]*DivisorSum[n, 1/DivisorSigma[1, #] &]]; Select[Range[140], !PrimeQ[#] && q[#] &] (* _Amiram Eldar_, Apr 30 2022 *)

%o (PARI) isok(k) = !isprime(k) && (denominator(sigma(k)*sumdiv(k, d, 1/sigma(d))) == 1); \\ _Michel Marcus_, Apr 30 2022

%Y Cf. A000203, A265709, A265710.

%K easy,nonn

%O 1,2

%A _Benoit Cloitre_, Apr 09 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 24 00:34 EDT 2024. Contains 376185 sequences. (Running on oeis4.)