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!)
A141643 Numbers n such that sigma(n)/n = 5/2. 9
24, 91963648, 10200236032 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
There are no other terms through 2^34. - Walter Nissen, Apr 17 2009
No more terms below 10^12. - Jud McCranie, Aug 30 2013
LINKS
MATHEMATICA
Select[Range[100000], DivisorSigma[1, #]/# == 5/2 &] (* Robert Price, Apr 03 2019 *)
PROG
(PARI) isok(n) = sigma(n, -1) == 5/2; \\ Michel Marcus, Apr 04 2019
CROSSREFS
Sequence in context: A255322 A319900 A172803 * A275026 A297424 A013910
KEYWORD
nonn,more,bref
AUTHOR
Yasutoshi Kohmoto, May 10 2008
EXTENSIONS
Definition rewritten by M. F. Hasler, May 10 2008
First three terms confirmed by Ray Chandler, Sep 18 2008
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 April 23 14:15 EDT 2024. Contains 371914 sequences. (Running on oeis4.)