Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063875
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063875 Numbers n such that sigma(n) - usigma(n) > 3n. +0
1
831600, 1058400, 1587600, 1663200, 1814400, 1940400, 1965600, 2116800, 2328480, 2494800, 2570400, 2646000, 2721600, 2872800, 2910600, 2948400, 3024000, 3175200, 3326400, 3528000, 3603600, 3628800, 3704400, 3880800, 3931200 (list; graph; listen)
OFFSET

1,1

LINKS

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

PROGRAM

(PARI) u(n) = sumdiv(n, d, if(gcd(d, n/d)==1, d)); for(n=1, 10^9, if(sigma(n)-u(n)>3*n, print(n)))

(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) > 3*m, write("b063875.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 01 2009]

CROSSREFS

Cf. A034448, A048146, A034683, A063846.

Sequence in context: A131684 A086128 A023347 this_sequence A113150 A015390 A043623

Adjacent sequences: A063872 A063873 A063874 this_sequence A063876 A063877 A063878

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Six more terms a(20) through a(25) from Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 01 2009

page 1

Search completed in 0.005 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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research