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!)
A230020 Composite numbers n such that sigma(n) - reversal(n) = 1. 2
9599, 31874, 93689, 932639, 1367991, 13451831, 309173753, 99148830299 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It is obvious that palindromic primes (palprimes) are all prime solutions of the equation sigma(x)-reversal(x) = 1. The next term is greater than 73*10^7.
a(9) > 10^12. - Giovanni Resta, Dec 14 2013
LINKS
EXAMPLE
sigma(9599) = sigma(29*331) = 30*332 = 9960 = reverse(9599)+1.
MATHEMATICA
Do[a=FromDigits[Reverse[IntegerDigits[n]]]; If[a>n && DivisorSigma[1, n] -a == 1, Print[n]], {n, 730000000}]
CROSSREFS
Sequence in context: A250761 A038825 A038814 * A034626 A031596 A236715
KEYWORD
nonn,base,more
AUTHOR
Farideh Firoozbakht, Nov 26 2013
EXTENSIONS
a(8) from Giovanni Resta, Dec 14 2013
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 April 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)