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!)
A059205 Numbers n such that n^4 reversed is a prime. 3

%I #6 Dec 28 2016 17:45:28

%S 2,14,19,20,31,35,61,62,64,79,113,116,133,134,140,175,190,200,247,299,

%T 310,343,350,359,365,421,439,443,529,569,584,599,610,620,628,635,640,

%U 643,655,665,746,761,773,787,790,794,919,934,983

%N Numbers n such that n^4 reversed is a prime.

%H G. C. Greubel, <a href="/A059205/b059205.txt">Table of n, a(n) for n = 1..25000</a>

%t Select[Range[1000], PrimeQ[ToExpression[StringReverse[ToString[#^4]]]] &]

%K nonn,base

%O 1,1

%A _Robert G. Wilson v_, Jan 16 2001

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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)