login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064501 Sum of unitary divisors of n^3 is a square. 0
1, 2, 345, 690, 46035, 92070, 29764712 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) {usigma(n, s=1, fac, i)= fac=factor(n); for(i=1, matsize(fac)[1], s=s*(1+fac[i, 1]^fac[i, 2]); ); return(s); } for(n=1, 10^6, if(issquare(usigma(n^3)), print1(n, " ")))

CROSSREFS

Cf. A034448.

Sequence in context: A201310 A063968 A172136 * A063831 A064023 A179959

Adjacent sequences:  A064498 A064499 A064500 * A064502 A064503 A064504

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Oct 05 2001

EXTENSIONS

More terms from Naohiro Nomoto (n_nomoto(AT)yabumi.com), Oct 22 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 01:35 EST 2012. Contains 205567 sequences.