A088832 Numbers k whose abundance is 4: sigma(k) - 2*k = 4.
12, 70, 88, 1888, 4030, 5830, 32128, 521728, 1848964, 8378368, 34359083008, 66072609790, 549753192448, 259708613909470, 2251799645913088, 9223372026117357568
Offset: 1
Examples
Abundances of terms in A045769: {-5,4,4,4,4,4,4,4,4,4} so A045769(1)=9 is not here.
Programs
-
Mathematica
Do[If[DivisorSigma[1,n]==2n+4,Print[n]],{n,650000000}] (* Farideh Firoozbakht, Feb 15 2008 *)
-
PARI
is(n)=sigma(n)==2*n+4 \\ Charles R Greathouse IV, Feb 21 2017
Formula
Solutions to sigma(x)-2*x=4.
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
a(16) from Max Alekseyev, May 29 2025
Comments