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!)
A076646 Numbers n such that sigma(n) * antisigma(n) is a perfect square, where antisigma(n) = sum of the non-divisors of n that are between 1 and n. 0
1, 2, 15, 20, 24, 28, 104, 224, 5065, 766192670 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
sigma(15) * antisigma(15) = 24 * 96 = 48^2, so 15 is a term of the sequence.
MATHEMATICA
l = {}; Do[s = DivisorSigma[1, n]; a = (n (n + 1)/2) - s; If[IntegerQ[Sqrt[a*s]], l = Append[l, n]], {n, 1, 10^5}]; l
CROSSREFS
Sequence in context: A042685 A031022 A194542 * A076617 A091791 A281660
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Oct 23 2002
EXTENSIONS
a(10) from Donovan Johnson, Jan 18 2012
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 July 15 06:11 EDT 2024. Contains 374324 sequences. (Running on oeis4.)