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!)
A223611 Numbers k whose abundance is 20: sigma(k) - 2*k = 20. 4
176, 1376, 3230, 3770, 6848, 114256, 125696, 544310, 561824, 740870, 2075648, 4199030, 4607296, 8436950, 33468416, 134045696, 199272950, 624032630, 1113445430, 1550860550, 85905593344, 2199001235456, 35184284008448, 10805836895078390, 103285638050111990 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(22) > 10^12.
a(23) > 10^13. - Giovanni Resta, Mar 29 2013
a(29) > 10^18. - Hiroaki Yamanouchi, Aug 23 2018
Any term x of this sequence can be combined with any term y of A223607 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
Every number of the form 2^(j-1)*(2^j - 21), where 2^j - 21 is prime, is a term. - Jon E. Schoenfield, Jun 02 2019
LINKS
Hiroaki Yamanouchi, Table of n, a(n) for n = 1..28
EXAMPLE
For k = 544310, sigma(k) - 2*k = 20.
MATHEMATICA
Select[Range[1, 10^8], DivisorSigma[1, #] - 2 # == 20 &] (* Vincenzo Librandi, Sep 14 2016 *)
PROG
(PARI) for(n=1, 10^8, if(sigma(n)-2*n==20, print1(n ", ")))
(Magma) [n: n in [1..9*10^6] | (SumOfDivisors(n)-2*n) eq 20]; // Vincenzo Librandi, Sep 14 2016
CROSSREFS
Cf. A000203, A033880, A223607 (deficiency 20).
Sequence in context: A200835 A133063 A264892 * A290703 A077742 A027483
KEYWORD
nonn
AUTHOR
Donovan Johnson, Mar 23 2013
EXTENSIONS
a(22) from Giovanni Resta, Mar 29 2013
a(23)-a(25) from Hiroaki Yamanouchi, Aug 23 2018
STATUS
approved

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 16 14:17 EDT 2024. Contains 371740 sequences. (Running on oeis4.)