login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069216 Numbers n such that sigma(n) = reversal(n). 5
1, 69, 276, 639, 2556 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

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: A183447 A188546 A158732 * A158736 A161486 A113707

Adjacent sequences:  A069213 A069214 A069215 * A069217 A069218 A069219

KEYWORD

base,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Apr 11 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:27 EST 2012. Contains 205938 sequences.