login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067135 Numbers n such that sigma(n+2)=2*sigma(n-2). 1
5, 13, 313, 1153, 26206, 100318, 111928, 160873, 363283, 644278, 1676428, 2097808, 2639518, 3875998, 5349238, 5738773, 5903638, 6045583, 11272903, 13192933, 17242333, 18234403, 19667998, 29520643, 29595193, 31944238, 36918448 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

For each term given here except 5, n+2 is divisible by 3, but that's not always true: n=149784995358 is a counterexample. Also, n+2 is divisible by 5 for all terms here except 5 and 26206, but it is also not true for n=70333261.

MATHEMATICA

Do[If[DivisorSigma[1, n+2] == 2*DivisorSigma[1, n-2], Print[n]], {n, 2, 10^9}] (Propper)

CROSSREFS

Cf. A067134.

Sequence in context: A124924 A124878 A085554 * A122900 A145557 A012033

Adjacent sequences:  A067132 A067133 A067134 * A067136 A067137 A067138

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 18 2002

EXTENSIONS

Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Feb 20 2002

More terms from Ryan Propper (rpropper(AT)stanford.edu), Sep 26 2005

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 17 04:58 EST 2012. Contains 205985 sequences.