OFFSET
1,1
COMMENTS
The only prime for which this equation has a solution is 3.
MATHEMATICA
a[n_] := Select[Range[n-1], DivisorSigma[1, n]==DivisorSigma[1, n-# ]+DivisorSigma[1, # ]&]; t=Table[Length[a[n]], {n, 200}]; Complement[Flatten[Position[t, 0]], Prime[Range[PrimePi[200]]]]
CROSSREFS
KEYWORD
nonn
AUTHOR
T. D. Noe, Jul 15 2005
STATUS
approved