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!)
A109510 Values of n such that sigma(n)-2n (the abundance of n) is a (nonnegative) square. 3
6, 12, 28, 70, 88, 108, 168, 220, 348, 496, 550, 580, 726, 748, 798, 910, 918, 952, 1032, 1120, 1200, 1240, 1504, 1644, 1672, 1840, 1888, 2140, 2205, 2392, 2470, 2472, 2814, 3190, 3222, 3580, 3804, 4030, 4648, 4732, 4758, 5032, 5670, 5830 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Abundance
EXAMPLE
12 is in the sequence since sigma(12) - 2*12 = 28 - 24 = 4 = 2^2 is a square.
MATHEMATICA
Select[Range[6000], IntegerQ@Sqrt[DivisorSigma[1, #] - 2 #] &] (* Amiram Eldar, Jun 22 2019 *)
PROG
(PARI) isok(n) = issquare(sigma(n) - 2*n); \\ Michel Marcus, Jun 22 2019
CROSSREFS
Cf. A000396 (perfect numbers: a subsequence).
Sequence in context: A325812 A323652 A223346 * A034715 A294730 A079390
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Jun 30 2005
EXTENSIONS
Name clarified by Amiram Eldar, Jun 22 2019
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)