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!)
A033882 Abundancy of the abundant or perfect numbers: m = sigma(k)-2k for n such that m >= 0. 1
0, 4, 3, 2, 12, 0, 12, 19, 10, 12, 28, 12, 8, 48, 12, 4, 51, 12, 26, 56, 4, 54, 60, 17, 12, 2, 64, 24, 12, 120, 60, 72, 12, 56, 115, 72, 80, 58, 39, 144, 12, 20, 186, 12, 124, 7, 72, 65, 96, 18, 156, 168, 64, 12, 56, 104 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A033880(A023196(n)). - Amiram Eldar, Apr 06 2024
MATHEMATICA
Select[Table[DivisorSigma[1, n]-2n, {n, 250}], #>=0&] (* Harvey P. Dale, Jan 22 2015 *)
PROG
(PARI) lista(kmax) = {my(ab); for(k = 1, kmax, ab = sigma(k)-2*k; if(ab >= 0, print1(ab, ", "))); } \\ Amiram Eldar, Apr 06 2024
CROSSREFS
Sequence in context: A227182 A065367 A333780 * A062111 A181596 A182142
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected by Amiram Eldar, Apr 06 2024
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 30 09:09 EDT 2024. Contains 372131 sequences. (Running on oeis4.)