|
Search: id:A069216
|
|
|
| A069216 |
|
Numbers n such that sigma(n) = reversal(n). |
|
+0 6
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
There is no further term up to 10^10. - Farideh Firoozbakht (mymontain(AT)yahoo.com), Jan 20 2008
|
|
EXAMPLE
|
sigma(2556) = 6552 = reversal(2556), so 2556 belongs to the sequence.
|
|
MATHEMATICA
|
Do[If[DivisorSigma[1, n] == FromDigits[Reverse[IntegerDigits[n]]], Print[n]], {n, 1, 10^5}]
|
|
CROSSREFS
|
Sequence in context: A009434 A115920 A158732 this_sequence A158736 A161486 A113707
Adjacent sequences: A069213 A069214 A069215 this_sequence A069217 A069218 A069219
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Apr 11 2002
|
|
|
Search completed in 0.002 seconds
|