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!)
A178504 Numbers n such that n^2 + 13 is an emirp. 1
2, 10, 12, 18, 44, 60, 88, 108, 110, 114, 116, 122, 192, 198, 282, 380, 446, 574, 588, 604, 612, 618, 838, 840, 864, 970, 1032, 1068, 1104, 1148, 1186, 1228, 1258, 1314, 1368, 1384, 1390, 1412, 1754, 1888, 1894, 1930, 2658, 2660, 2728, 2784, 2804 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A decimal emirp/mirp ("prime" / (German) "prim", spelled backwards) is defined as a prime number p whose reversal R(p) is also prime, but which is not a palindromic prime.
REFERENCES
W. W. R. Ball, H. S. M. Coxeter: Mathematical Recreations and Essays, 13th edition, Dover Publications, 2010
H. Steinhaus: Kaleidoskop der Mathematik, VEB Dt. Verl. d. Wissenschaften, Berlin, 1959
LINKS
EXAMPLE
2^2 + 13 = 17 = prime(7), 71 = prime(20), so 2 is in the sequence.
10^2 + 13 = 113 = prime(30), 311 = prime(64), so 10 is in the sequence.
28^2 + 13 = 797, which is a palindromic prime, so 28 is not in the sequence.
MATHEMATICA
fQ[n_] := If[ PrimeQ[n^2 + 13], Block[{id = IntegerDigits[n^2 + 13]}, rid = Reverse@ id; PrimeQ@ FromDigits@ rid && rid != id]]; Select[ Range@ 3000, fQ] (* Robert G. Wilson v, Jul 26 2010 *)
CROSSREFS
Subsequence of A113536.
Sequence in context: A092385 A104238 A053069 * A193733 A167503 A130842
KEYWORD
base,nonn
AUTHOR
Eva-Maria Zschorn (e-m.zschorn(AT)zaschendorf.km3.de), May 29 2010
EXTENSIONS
More terms from Robert G. Wilson v, Jul 26 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 May 7 13:58 EDT 2024. Contains 372310 sequences. (Running on oeis4.)