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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058991 Smallest number not a power of two whose reversal of its n-th power is a prime. 0
3, 14, 5, 14, 41, 49, 29, 23, 131, 53, 17, 7, 25, 28, 47, 53, 134, 25, 79, 95, 47, 46, 28, 7, 19, 5, 85, 86, 541, 47, 104, 314, 25, 115, 113, 5, 46, 25, 67, 71, 142, 226, 5, 53, 95, 304, 14, 106, 85, 202 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Do[ k = 1; While[ Mod[ k, 10 ] == 0 || IntegerQ[ Log[ 2, k ] ] || ! PrimeQ[ ToExpression[ StringReverse[ ToString[ k^n ] ] ] ], k++ ]; Print[ k ], {n, 1, 50} ]

CROSSREFS

Sequence in context: A147584 A163357 A179087 * A197423 A090786 A127818

Adjacent sequences:  A058988 A058989 A058990 * A058992 A058993 A058994

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 17 00:09 EST 2012. Contains 205978 sequences.