This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A175876 #23 Mar 08 2024 01:14:20 %S A175876 118,1558,2938,17758,19918,32218,33838,55963,71038,186778,308038, %T A175876 511498,523774,553498,699358,838213,1048903,1159378,1328938,1333246, %U A175876 1700038,2462686,2703886,2956078,3115318,3561094,3764206,3972694,7625878,7852918,8048962 %N A175876 Numbers k such that sigma(k+2) = 2*sigma(k). %C A175876 a(1) = A175874(2). %H A175876 Vincenzo Librandi and Donovan Johnson, <a href="/A175876/b175876.txt">Table of n, a(n) for n = 1..1000</a> (first 171 terms from Vincenzo Librandi) %t A175876 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 *) %Y A175876 Cf. A000203, A002961, A175874, A175875. %K A175876 nonn %O A175876 1,1 %A A175876 _Zak Seidov_, Oct 06 2010