Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A076646
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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
1, 2, 15, 20, 24, 28, 104, 224, 5065 (list; graph; listen)
OFFSET

1,2

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: A041289 A042685 A031022 this_sequence A076617 A091791 A143660

Adjacent sequences: A076643 A076644 A076645 this_sequence A076647 A076648 A076649

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 23 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research