cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A088831 Numbers k whose abundance is 2: sigma(k) - 2k = 2.

This page as a plain text file.
%I A088831 #79 Feb 25 2025 10:55:15
%S A088831 20,104,464,650,1952,130304,522752,8382464,134193152,549754241024,
%T A088831 8796086730752,140737463189504,144115187270549504
%N A088831 Numbers k whose abundance is 2: sigma(k) - 2k = 2.
%C A088831 A subset of A045768.
%C A088831 If 2^k-3 is prime (k is a term of A050414) then 2^(k-1)*(2^k-3) is in the sequence; this fact is a result of the following interesting theorem that I have found. Theorem: If j is an integer and 2^k-(2j+1) is prime then 2^(k-1)*(2^k-(2j+1)) is a solution of the equation sigma(x)=2(x+j). - _Farideh Firoozbakht_, Feb 23 2005
%C A088831 Note that the fact "if 2^p-1 is prime then 2^(p-1)*(2^p-1) is a perfect number" is also a trivial result of this theorem. All known terms of this sequence are of the form 2^(k-1)*(2^k-3) where 2^k-3 is prime. Conjecture: There are no terms of other forms. So the next terms of this sequence are likely 549754241024, 8796086730752, 140737463189504, 144115187270549504, 2^93*(2^94-3), 2^115*(2^116-3), 2^121*(2^122-3), 2^149*(2^150-3), etc. - _Farideh Firoozbakht_, Feb 23 2005
%C A088831 The conjecture in the previous comment is incorrect. The first counterexample is 650, which has factorization 2*5^2*13. - _T. D. Noe_, May 10 2010
%C A088831 a(11) > 10^12. - _Donovan Johnson_, Dec 08 2011
%C A088831 a(12) > 10^13. - _Giovanni Resta_, Mar 29 2013
%C A088831 a(14) > 10^18. - _Hiroaki Yamanouchi_, Aug 23 2018
%C A088831 Any term x of this sequence can be combined with any term y of A191363 to satisfy the property (sigma(x)+sigma(y))/(x+y) = 2, which is a necessary (but not sufficient) condition for two numbers to be amicable. - _Timothy L. Tiffin_, Sep 13 2016
%C A088831 Is there any odd term in this sequence? - _Jenaro Tomaszewski_, Jan 06 2021
%C A088831 If there exists any odd term in this sequence, it must be weird, so it must exceed 10^28. - _Alexander Violette_, Jan 02 2022
%D A088831 Singh, S. Fermat's Enigma: The Epic Quest to Solve the World's Greatest Mathematical Problem. New York: Walker, p. 13, 1997.
%D A088831 Guy, R. K. "Almost Perfect, Quasi-Perfect, Pseudoperfect, Harmonic, Weird, Multiperfect and Hyperperfect Numbers." Sec. B2 in Unsolved Problems in Number Theory, 2nd ed. New York: Springer-Verlag, pp. 45-53, 1994.
%H A088831 P. Hagis and G. L. Cohen, <a href="https://doi.org/10.1017/S1446788700018401">Some Results Concerning Quasiperfect Numbers</a>, J. Austral. Math. Soc. Ser. A 33, 275-286, 1982.
%H A088831 Tyler Ross, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL27/Ross/ross3.html">A Perfect Number Generalization and Some Euclid-Euler Type Results</a>, Journal of Integer Sequences, Vol. 27 (2024), Article 24.7.5. See p. 3.
%F A088831 Solutions to sigma(x)-2*x = 2.
%e A088831 Abundances of terms in A045768: {-1,2,2,2,2,2,2,2,2,2} so 1 is not here.
%t A088831 Select[Range[10^6], DivisorSigma[1, #] - 2 # == 2 &] (* _Michael De Vlieger_, Feb 25 2017 *)
%o A088831 (PARI) is(n)=sigma(n)==2*n+2 \\ _Charles R Greathouse IV_, Feb 21 2017
%Y A088831 Cf. A033880, A045768, A050414, A191363 (deficiency 2).
%K A088831 nonn,more
%O A088831 1,1
%A A088831 _Labos Elemer_, Oct 28 2003
%E A088831 One more term from _Farideh Firoozbakht_, Feb 23 2005
%E A088831 Comment and example corrected by _T. D. Noe_, May 10 2010
%E A088831 a(10) from _Donovan Johnson_, Dec 08 2011
%E A088831 a(11) from _Giovanni Resta_, Mar 29 2013
%E A088831 a(12) from _Jud McCranie_, Jun 18 2017
%E A088831 a(13) from _Hiroaki Yamanouchi_, Aug 23 2018