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!)
A158999 Palprimes of the form m*reversal(m)+1, sorted on m. 2
2, 5, 11, 101, 1008001, 1008001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
There is no further term up to 5*10^17. 1008001 is the only known palprime which has two representations of the form m*reversal(m)+1 (m > reversal(m)).
LINKS
Carlos Rivera,P*R(P)+1 = Palprime
MATHEMATICA
r[n_]:=FromDigits[Reverse[IntegerDigits[n]]]; Do[If[m>=r[m]&&PrimeQ[m r[m]+1] && r[m r[m]+1]==m r[m]+1, Print[m r[m]+1]], {m, 710000000}]
CROSSREFS
Sequence in context: A134996 A134998 A078790 * A283300 A069506 A239900
KEYWORD
base,more,nonn
AUTHOR
Farideh Firoozbakht, Jul 09 2009
EXTENSIONS
Cross-reference fixed by Franklin T. Adams-Watters, May 14 2010
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 23 07:57 EDT 2024. Contains 371905 sequences. (Running on oeis4.)