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