login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A135242
Numbers n such that sigma(n) = 2*(n-reversal(n)).
1
10, 51, 430, 591, 922, 5991, 8350, 20210, 28810, 59211, 59991, 6673581, 8179030, 20158910, 203887910, 833549650, 2263048910, 2814442310, 7823347543, 78551146723, 81896108650, 281444442310, 770920338133, 832428872110, 7670112536751
OFFSET
1,1
COMMENTS
If n=6*10^m-9 is semiprime then n is in the sequence (the proof is easy).
a(26) > 10^13. - Giovanni Resta, Jul 13 2015
EXAMPLE
sigma(51)=72=2*(51-15)=2*(51-reversal(51)), so 51 is in the sequence.
MATHEMATICA
Do[If[2(n-FromDigits@Reverse@IntegerDigits@n)==DivisorSigma[1, n], Print[n]], {n, 70000000}]
CROSSREFS
KEYWORD
base,more,nonn
AUTHOR
Farideh Firoozbakht, Jan 04 2008
EXTENSIONS
a(15)-a(21) from Donovan Johnson, Dec 21 2008
a(22)-a(25) from Giovanni Resta, Jul 13 2015
STATUS
approved