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!)
A175876 Numbers k such that sigma(k+2) = 2*sigma(k). 4
118, 1558, 2938, 17758, 19918, 32218, 33838, 55963, 71038, 186778, 308038, 511498, 523774, 553498, 699358, 838213, 1048903, 1159378, 1328938, 1333246, 1700038, 2462686, 2703886, 2956078, 3115318, 3561094, 3764206, 3972694, 7625878, 7852918, 8048962 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(1) = A175874(2).
LINKS
Vincenzo Librandi and Donovan Johnson, Table of n, a(n) for n = 1..1000 (first 171 terms from Vincenzo Librandi)
MATHEMATICA
Do[If[DivisorSigma[1, n+2]==2 DivisorSigma[1, n], Print[n]], {n, 2, 10^7}] (* or *) Select[Range[8000000], DivisorSigma[1, # + 2] == 2 DivisorSigma[1, #]&](* Vincenzo Librandi, Apr 04 2013 *)
CROSSREFS
Sequence in context: A250793 A334646 A232776 * A220715 A230917 A230248
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 06 2010
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 25 06:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)