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!)
A222264 Numbers n such that 2n/sigma(n) - 1 = 1/x for some integer x. 4

%I #11 Feb 22 2013 00:14:48

%S 1,2,3,4,8,10,14,15,16,32,44,64,110,128,135,136,152,182,184,190,248,

%T 256,315,512,585,752,819,884,1012,1024,1155,1365,1485,1550,1892,2048,

%U 2144,2272,2295,2528,4064,4096,4455,6490,7030,8192,8384,8648,9009,9405,9945

%N Numbers n such that 2n/sigma(n) - 1 = 1/x for some integer x.

%C If the number x is a prime which does not divide n, then n*x is a perfect number. This happens (so far) only when x = 2n-1 = 2^p-1 is a Mersenne prime (cf. A000043). But if x does not divide n, as, e.g., for (n,x)=(10,9), then n*x is a so-called freestyle perfect number, cf. A058007: Namely it "would be perfect if x is assumed to be prime", which means that sigma(n*x) is replaced by sigma(n)*(x+1) in the relation 2P=sigma(P) characterizing perfect numbers P, listed in A000396.

%C See also the (more interesting) subsequence of odd terms, A222263.

%H Donovan Johnson, <a href="/A222264/b222264.txt">Table of n, a(n) for n = 1..1000</a>

%e 8 is in the sequence because 2 * 8/sigma(8) - 1 = 16/15 - 1 = 1/15.

%e 9 is not in the sequence because 2 * 9/sigma(9) - 1 = 5/13.

%e 10 is in the sequence because 2 * 10/sigma(10) - 1 = 20/18 - 1 = 1/9.

%t Select[Range[10^5], IntegerQ[2#/DivisorSigma[1, #] - 1] &] (* _Alonso del Arte_, Feb 20 2013 *)

%o (PARI) for(n=1,9e9, numerator(2*n/sigma(n)-1)==1 & print1(n","))

%K nonn

%O 1,2

%A _M. F. Hasler_, Feb 20 2013

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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)