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!)
A137210 Numbers k such that abundance(k) = abundance(sigma(k)). 0
1, 84, 252, 12717, 177744, 189264, 143747328 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(8) > 3.4*10^10, if it exists. - Amiram Eldar, Apr 06 2024
LINKS
EXAMPLE
abundance(84) = sigma(84) - 2(84) = 56 = abundance(224) = abundance(sigma(84)), so 84 is a term in the sequence.
MATHEMATICA
abund[n_] := DivisorSigma[1, n]-2n; l = {}; For[i = 1, i <= 10^6, i++, If[abund[i] == abund[DivisorSigma[1, i]], l = Append[l, i]]]; l
PROG
(PARI) is(k) = {my(s = sigma(k)); s - 2*k == sigma(s) - 2*s; } \\ Amiram Eldar, Apr 06 2024
CROSSREFS
Cf. A000203 (sigma), A033880 (abundance).
Sequence in context: A112066 A096383 A220043 * A220009 A160321 A249969
KEYWORD
nonn,more
AUTHOR
Joseph L. Pe, Mar 05 2008
EXTENSIONS
a(7) from Donovan Johnson, Apr 27 2008
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.)