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”).

A230768
Numbers n such that n = reversal(sigma(n)) - 2.
1
21, 291, 2991, 43954, 211552, 439954, 880099, 43564354, 43999954, 464057476, 43999999954, 435600004354, 439560043954, 439999999954
OFFSET
1,1
COMMENTS
A230021 is a subsequence of this sequence. A term n of this sequence is in the sequence A230021 iff 10 does not divide sigma(n). 880099 is in the sequence and sigma(880099) = 1010880, hence 880099 is not in the sequence A230021. What is the next such term of the sequence?
a(11) > 6*10^8. - Farideh Firoozbakht, Feb 05 2014
a(15) > 10^12. - Giovanni Resta, Feb 05 2014
MATHEMATICA
Do[If[n==FromDigits[Reverse[IntegerDigits[DivisorSigma[1, n]]]]-2, Print[n]], {n, 310000000}]
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jahangeer Kholdi, Feb 04 2014
EXTENSIONS
a(10) from Farideh Firoozbakht, Feb 05 2014
a(11)-a(14) from Giovanni Resta, Feb 05 2014
STATUS
approved