login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059210 Numbers n such that n^9 reversed is a prime. 1
32, 131, 223, 245, 320, 382, 476, 541, 596, 625, 632, 746, 769, 772, 775, 791, 808, 811, 829, 893, 967, 1006, 1021, 1028, 1058, 1259, 1304, 1310, 1351, 1468, 1622, 1669, 1679, 1729, 1736, 1748, 2072, 2087, 2089, 2153, 2188, 2192, 2203, 2218, 2219 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Select[ Range[ 3000 ], PrimeQ[ ToExpression[ StringReverse[ ToString[ #^9 ] ] ] ] & ]

Select[Range[3000], PrimeQ[FromDigits[Reverse[IntegerDigits[#^9]]]]&] (* From Harvey P. Dale, Dec 29 2011 *)

CROSSREFS

Sequence in context: A031447 A153074 A035503 * A060670 A044364 A044745

Adjacent sequences:  A059207 A059208 A059209 * A059211 A059212 A059213

KEYWORD

nonn,base

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 16 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 15:00 EST 2012. Contains 205519 sequences.