Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063880
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063880 Numbers n such that sigma(n) = 2*usigma(n). +0
4
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; listen)
OFFSET

1,1

COMMENT

Numbers so far are all == 108 mod 216. - Ralf Stephan (ralf(AT)ark.in-berlin.de), Jul 07 2003. Confirmed up to 10^7 by Robert G. Wilson v.

MATHEMATICA

usigma[n_] := Block[{d = Divisors[n]}, Plus @@ Select[d, GCD[ #, n/# ] == 1 &]]; Select[ Range[ 14363], DivisorSigma[1, # ] == 2usigma[ # ] &] (from Robert G. Wilson v Aug 28 2004)

PROGRAM

(PARI) u(n) = sumdiv(n, d, if(gcd(d, n/d)==1, d)); j=[]; for(n=1, 30000, if(sigma(n)-u(n)==u(n), j=concat(j, n))); j

CROSSREFS

Cf. A000203, A048146, A034448, A097702.

Sequence in context: A044721 A095050 A138669 this_sequence A059436 A129027 A101213

Adjacent sequences: A063877 A063878 A063879 this_sequence A063881 A063882 A063883

KEYWORD

easy,nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research