Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063846
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063846 Numbers n such that sigma(n) - usigma(n) > 2n +0
4
1440, 1800, 2160, 2880, 3024, 3600, 4320, 5040, 5400, 5760, 6048, 6480, 7056, 7200, 7560, 7920, 8064, 8640, 9000, 9072, 9360, 9504, 9720, 10080, 10584, 10800, 11088, 11520, 11880, 12096, 12240, 12600, 12960, 13680, 14040, 14112, 14400, 15120 (list; graph; listen)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

PROGRAM

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

(PARI) u(n) = sumdiv(n, d, if(gcd(d, n/d)==1, d)) { n=0; for (m=1, 10^9, if(sigma(m) - u(m) > 2*m, write("b063846.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 01 2009]

CROSSREFS

Cf. A034448, A048146, A034683, A064597.

Sequence in context: A101798 A081426 A101998 this_sequence A078095 A157508 A061221

Adjacent sequences: A063843 A063844 A063845 this_sequence A063847 A063848 A063849

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 25 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 November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research