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!)
A335253 Numbers k such that the abundance (A033880) of k is equal to the deficiency (A033879) of k+2. 1
12, 76, 488, 556, 1100, 1430, 2408, 8896, 538208, 13685780, 962402768 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, k and k+2 have the same absolute value of abundance (or deficiency) with opposite signs.
Equivalently, s(k) + s(k+2) = k + (k+2), where s(k) is the sum of proper divisors of k (A001065).
a(12) > 10^11, if it exists.
a(12) > 10^13, if it exists. - Giovanni Resta, May 30 2020
LINKS
EXAMPLE
12 is a term since A033880(12) = sigma(12) - 2*12 = 28 - 24 = 4, and A033879(14) = 2*14 - sigma(14) = 28 - 24 = 4.
MATHEMATICA
ab[n_] := DivisorSigma[1, n] - 2*n; Select[Range[10^5], ab[#] == -ab[# + 2] &]
PROG
(PARI) isok(k) = sigma(k) + sigma(k+2) == 4*k+4; \\ Michel Marcus, May 29 2020
CROSSREFS
Sequence in context: A009405 A009839 A190066 * A071767 A161461 A162297
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, May 28 2020
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)