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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063891 z(usigma(n)) = 2n, where z(n) = A048146. 0
1631, 2016, 8928, 11808, 36576, 45360, 1486080, 2359008, 3093552, 37748448 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) u(n) = sumdiv(n, d, if(gcd(d, n/d)==1, d)); z(n)=sigma(n)-u(n) for(n=1, 10^8, if(z(u(n))==2*n, print(n)))

CROSSREFS

Cf. A000203, A034448, A048146, A019284, A063885.

Sequence in context: A186846 A198510 A202985 * A072409 A052455 A054808

Adjacent sequences:  A063888 A063889 A063890 * A063892 A063893 A063894

KEYWORD

more,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 28 2001

EXTENSIONS

More terms from Thomas Baruchel (baruchel(AT)users.sourceforge.net), Oct 22 2003

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 16 13:12 EST 2012. Contains 205909 sequences.