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!)
A059699 Primes p such that p^6 reversed is also prime. 1
107, 389, 461, 673, 757, 1039, 1093, 1493, 1627, 2237, 2341, 2389, 2677, 3001, 3011, 3329, 3467, 3499, 3929, 4397, 4447, 4751, 4993, 5647, 5693, 5701, 5743, 5783, 6469, 6781, 6841, 6869, 6977, 7001, 7013, 7027, 7393, 7457, 7589, 8221, 8311, 8387, 9467 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[ Range[ 10000 ], PrimeQ[ # ] && PrimeQ[ ToExpression[ StringReverse[ ToString[ #^6 ] ] ] ] & ]
Select[Prime[Range[2000]], PrimeQ[FromDigits[Reverse[ IntegerDigits[ #^6]]]]&] (* Harvey P. Dale, Aug 30 2013 *)
PROG
(Magma) [p: p in PrimesUpTo(9500) | IsPrime(Seqint(Reverse(Intseq(p^6))))]; // Vincenzo Librandi, Apr 12 2013
CROSSREFS
Cf. A059207.
Sequence in context: A142018 A106948 A139989 * A142421 A183847 A142696
KEYWORD
nonn,base
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 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)