login
This site is supported by donations 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. 2
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; internal format)
OFFSET

1,2

COMMENTS

For the values listed here, the quotient is 3 or 4. Do larger quotients occur?

MATHEMATICA

For[n=1, True, n++, If[Mod[DivisorSigma[1, n]+DivisorSigma[1, n+1], n]==0, Print[n]]]

CROSSREFS

Cf. A067806, A068077.

Sequence in context: A119229 A119227 A166066 * A067806 A001446 A001890

Adjacent sequences:  A068075 A068076 A068077 * A068079 A068080 A068081

KEYWORD

nonn

AUTHOR

Dean Hickerson (dean.hickerson(AT)yahoo.com), Feb 16 2002

EXTENSIONS

a(22)-a(26) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Jan 31 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 22:55 EST 2012. Contains 205685 sequences.