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!)
A068078 Numbers n such that (sigma(n)+sigma(n+1))/n is an integer. 4
1, 10, 34, 136, 169, 2402, 5329, 21004, 38184, 41164, 54722, 458010, 776112, 1060802, 5026562, 10800112, 11108164, 14366402, 65676408, 87026656, 102944992, 387999360, 1488668112, 4414086384, 10499710072, 28645019964 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The quotient (sigma(a(n)))+sigma(a(n)+1))/a(n) is equal to 3 or 4 for n <= 33 and equal to 5 for a(34) = 1170035543040. - Giovanni Resta, Apr 04 2014
LINKS
MATHEMATICA
For[n=1, True, n++, If[Mod[DivisorSigma[1, n]+DivisorSigma[1, n+1], n]==0, Print[n]]]
CROSSREFS
Sequence in context: A218631 A166066 A232583 * A067806 A001446 A264671
KEYWORD
nonn
AUTHOR
Dean Hickerson, Feb 16 2002
EXTENSIONS
a(22)-a(26) from Donovan Johnson, Jan 31 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 10:07 EDT 2024. Contains 372532 sequences. (Running on oeis4.)