The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A063875 Numbers k such that sigma(k) - usigma(k) > 3k. 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; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(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)) ) } \\ Harry J. Smith, Sep 01 2009
CROSSREFS
Sequence in context: A023347 A246913 A215343 * A179727 A256769 A254510
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 27 2001
EXTENSIONS
a(20)-a(25) from Harry J. Smith, Sep 01 2009
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 May 14 22:35 EDT 2024. Contains 372533 sequences. (Running on oeis4.)