|
|
A136542
|
|
Numbers n such that sigma(n)=reversal(n)+5.
|
|
0
|
|
|
57, 58, 597, 1642, 5997, 5998, 51718, 160042, 556438, 599997, 5999998, 15810772, 59999997, 59999998, 160000000042
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
I. If 2*10^m-1 is prime then n=3*(2*10^m-1) is in the sequence(the proof is easy).
II. If 3*10^m-1 is prime then n=2*(3*10^m-1) is in the sequence (the proof is easy).
III. If m>1 and 8*10^m+21 is prime then n=2*(8*10^m+21) is in the sequence(the proof is easy).
|
|
LINKS
|
|
|
EXAMPLE
|
sigma(57)=80=75+5=reversal(57)+5, so 57 is in the sequence.
|
|
MATHEMATICA
|
Do[If[DivisorSigma[1, n]==FromDigits@Reverse@IntegerDigits#n+5, Print[n]], {n, 160000000}]
|
|
CROSSREFS
|
|
|
KEYWORD
|
base,more,nonn
|
|
AUTHOR
|
|
|
EXTENSIONS
|
|
|
STATUS
|
approved
|
|
|
|