login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A088832
Numbers n whose abundance is 4: sigma(n) - 2n = 4.
8
12, 70, 88, 1888, 4030, 5830, 32128, 521728, 1848964, 8378368, 34359083008, 66072609790, 549753192448, 259708613909470, 2251799645913088
OFFSET
1,1
COMMENTS
A subset of A045769.
If 2^m-5 is prime then n=2^(m-1)*(2^m-5) is in the sequence (see comment lines of the sequence A088831). 12, 88, 1888, 32128, 521728, 8378368 & 34359083008 are such terms. - Farideh Firoozbakht, Feb 15 2008
a(14) > 10^12. - Donovan Johnson, Dec 08 2011
a(14) > 10^13. - Giovanni Resta, Mar 29 2013
a(16) > 10^18. - Hiroaki Yamanouchi, Aug 23 2018
Any term x of this sequence can be combined with any term y of A125246 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
FORMULA
Solutions to sigma[x]-2x=4
EXAMPLE
Abundances of terms in A045769: {-5,4,4,4,4,4,4,4,4,4} so A045769[1]=9 is not here.
MATHEMATICA
Do[If[DivisorSigma[1, n]==2n+4, Print[n]], {n, 650000000}] - Farideh Firoozbakht, Feb 15 2008
PROG
(PARI) is(n)=sigma(n)==2*n+4 \\ Charles R Greathouse IV, Feb 21 2017
CROSSREFS
Cf. A033880, A045768, A045769, A088830, A059608, A125246 (deficiency 4).
Sequence in context: A101097 A067702 A163193 * A366748 A198311 A374977
KEYWORD
nonn,more
AUTHOR
Labos Elemer, Oct 28 2003
EXTENSIONS
One more terms from Farideh Firoozbakht, Feb 15 2008
a(11)-a(12) from Donovan Johnson, Dec 23 2008
a(13) from Donovan Johnson, Dec 08 2011
a(14)-a(15) from Hiroaki Yamanouchi, Aug 23 2018
STATUS
approved