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!)
A055708 Numbers n such that n - 1 | sigma(n). 4
2, 3, 10, 136, 32896, 2147516416 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(7) > 10^13. - Giovanni Resta, Jul 13 2015
LINKS
MATHEMATICA
Do[ If[ Mod[ DivisorSigma[1, n], n - 1] == 0, Print[n] ], {n, 2, 10^8} ]
PROG
(PARI) is(n)=sigma(n)%(n-1)==0 \\ Anders Hellström, Aug 15 2015
CROSSREFS
Sequence in context: A076927 A064647 A119810 * A162647 A368063 A364140
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Dec 04 2000
EXTENSIONS
a(6) from Donovan Johnson, Nov 15 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 June 3 10:30 EDT 2024. Contains 373060 sequences. (Running on oeis4.)