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!)
A059704 Primes p such that p^11 reversed is also prime. 1
17, 73, 83, 157, 277, 293, 359, 661, 739, 863, 1489, 1601, 2311, 2851, 2939, 3499, 3733, 3739, 4423, 4447, 4567, 4793, 5297, 5501, 5519, 5521, 5573, 6379, 6791, 6899, 6983, 7333, 7351, 7411, 7853, 8179, 9001, 9013, 9743, 9787, 10159, 10627, 11119 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[ Range[ 16000 ], PrimeQ[ # ] && PrimeQ[ ToExpression[ StringReverse[ ToString[ #^11 ] ] ] ] & ]
Select[Prime[Range[1500]], PrimeQ[IntegerReverse[#^11]]&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Oct 24 2020 *)
PROG
(Magma) [p: p in PrimesUpTo(15000)|IsPrime(Seqint(Reverse(Intseq(p^11))))]; // Vincenzo Librandi, Apr 12 2013
CROSSREFS
Cf. A059212.
Sequence in context: A157864 A229496 A268544 * A269727 A337704 A121243
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Feb 06 2001
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 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)