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!)
A063870 Numbers n such that sigma(n) - usigma(n) = 3n/2. 1
480, 2688, 2095104, 16854816, 41055200, 1839272960, 5905219584, 204004720640 (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, 10000, if(sigma(n)-u(n)==3*n/2, print(n)))
CROSSREFS
Sequence in context: A253401 A327944 A357493 * A329536 A331768 A035314
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 27 2001
EXTENSIONS
More terms from Dean Hickerson, Sep 25 2001
There are no others less than 1.5*10^13, but here's a larger one: 948990933336933380096. - Dean Hickerson, Sep 25 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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)