login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063880 Numbers k such that sigma(k) = 2*usigma(k). 6
108, 540, 756, 1188, 1404, 1836, 2052, 2484, 3132, 3348, 3780, 3996, 4428, 4644, 5076, 5724, 5940, 6372, 6588, 7020, 7236, 7668, 7884, 8316, 8532, 8964, 9180, 9612, 9828, 10260, 10476, 10908, 11124, 11556, 11772, 12204, 12420, 12852, 13716, 14148 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers so far are all == 108 (mod 216). - Ralf Stephan, Jul 07 2003 [Confirmed up to 10^7 by Robert G. Wilson v.]
Also numbers whose unitary and nonunitary divisors have equal sum. - Amiram Eldar, Sep 30 2019
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Harry J. Smith)
MATHEMATICA
usigma[n_] := Block[{d = Divisors[n]}, Plus @@ Select[d, GCD[ #, n/# ] == 1 &]]; Select[ Range[14363], DivisorSigma[1, # ] == 2 usigma[ # ] &] (* Robert G. Wilson v, Aug 28 2004 *)
PROG
(PARI) u(n) = sumdiv(n, d, if(gcd(d, n/d)==1, d));
j=[]; for(n=1, 30000, if(sigma(n) == 2*u(n), j=concat(j, n))); j
CROSSREFS
Sequence in context: A224526 A251270 A255083 * A059436 A233685 A160919
KEYWORD
easy,nonn,changed
AUTHOR
Jason Earls, Aug 27 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)