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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063794 usigma(n)=n+phi(n). 0
2, 28, 1368, 1700, 342000, 2061000, 2120832, 65834560, 89082000 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

PROG

(PARI) us(n) = sumdiv(n, d, if(gcd(d, n/d)==1, d)); for(n=1, 10^8, if(us(n)==n+eulerphi(n), print(n)))

CROSSREFS

Cf. A034448.

Sequence in context: A009674 A143598 A071220 * A202942 A177400 A168554

Adjacent sequences:  A063791 A063792 A063793 * A063795 A063796 A063797

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Jud McCranie (JudMcCranie(AT)ugaalum.uga.edu), Nov 04 2001. No other terms < 2700000000.

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 23:53 EST 2012. Contains 205689 sequences.