A112646 Special solutions to abs(sigma(x+1) - sigma(x)) = 2 where x + 1 = 3^y.
8, 26, 2186, 1594322, 7509466514979724803946715958257546, 13915193059764305937984450503671774362956903094026
Offset: 1
Keywords
Programs
-
Mathematica
ta={{0}};Do[s=Abs[DivisorSigma[1, 3^n]-DivisorSigma[1, -1+3^n]]; If[Equal[s, 2], ta=Append[ta, n];Print[ -1+3^n]], {n, 1, 100000000}]; ta=Delete[ta, 1]
Comments