The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069216 Numbers n such that sigma(n) = reversal(n). 6
1, 69, 276, 639, 2556 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
There is no further term up to 10^10. - Farideh Firoozbakht, Jan 20 2008
There is no further term up to 10^13. - Giovanni Resta, Jul 13 2015
LINKS
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}]
Select[Range[3000], DivisorSigma[1, #]==IntegerReverse[#]&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Aug 29 2017 *)
CROSSREFS
Sequence in context: A296126 A188546 A158732 * A158736 A262456 A161486
KEYWORD
base,nonn
AUTHOR
Joseph L. Pe, Apr 11 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 28 22:13 EDT 2024. Contains 372921 sequences. (Running on oeis4.)