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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063885 z(sigma(n)) = 2n, where z(n) = A048146. 1
24, 1536, 1631, 47360, 82458 (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^7, if(z(sigma(n))==2*n, print(n)))

CROSSREFS

Cf. A000203, A034448, A048146, A019284.

Sequence in context: A099060 A035174 A203973 * A019284 A112389 A187634

Adjacent sequences:  A063882 A063883 A063884 * A063886 A063887 A063888

KEYWORD

more,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 28 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 16:57 EST 2012. Contains 205635 sequences.