cp's OEIS Frontend

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.

Showing 1-2 of 2 results.

A175876 Numbers k such that sigma(k+2) = 2*sigma(k).

Original entry on oeis.org

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
Offset: 1

Views

Author

Zak Seidov, Oct 06 2010

Keywords

Comments

a(1) = A175874(2).

Crossrefs

Programs

  • 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 *)

A175874 a(n) = least number such that sigma(a(n)+n)=n*sigma(a(n)).

Original entry on oeis.org

14, 118, 3, 2
Offset: 1

Views

Author

Zak Seidov, Oct 06 2010

Keywords

Comments

a(1)= A002961(1).
a(2)= A175876(1), a(3)= A175875(1). - Zak Seidov, Jul 07 2013
Is n = 2 the only solution for sigma(n+4)=4*sigma(n)? - Zak Seidov, Jul 07 2013
A further solution to sigma(n+4)=4*sigma(n), and the terms a(5) and a(6), if they exist, they are all larger than 3*10^12. - Giovanni Resta, Jun 06 2016

Examples

			sigma(14+1)/sigma(14)=24/24=1, sigma(118+2)/sigma(118)=360/180=2,
sigma(3+3)/sigma(3)=12/4=3, sigma(4+4)/sigma(2)=12/3=4.
		

Crossrefs

Cf. A000203 sigma(n), A002961 sigma(n) = sigma(n+1).
Cf. A175875, A175876. - Zak Seidov, Jul 07 2013
Showing 1-2 of 2 results.