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!)
A059209 Numbers n such that n^8 reversed is a prime. 3
8, 23, 65, 80, 115, 139, 155, 230, 239, 241, 332, 343, 409, 431, 442, 542, 575, 577, 581, 647, 650, 667, 668, 752, 761, 787, 791, 793, 794, 800, 884, 1031, 1051, 1054, 1150, 1165, 1187, 1319, 1328, 1336, 1355, 1390, 1406, 1550, 1555, 1567, 1706, 1711 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[2000], PrimeQ[ToExpression[StringReverse[ToString[#^8]]]] &]
Select[Range[1800], PrimeQ[IntegerReverse[#^8]]&] (* The program uses the IntegerReverse function from Mathematica version 10 *) (* Harvey P. Dale, Jun 13 2016 *)
CROSSREFS
Sequence in context: A296323 A241353 A362163 * A099274 A208633 A036562
KEYWORD
nonn,base
AUTHOR
Robert G. Wilson v, Jan 16 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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)