%I #10 Apr 11 2021 16:12:49
%S 31,14251,31387,167381,449567,472369,495947,714169,745357,1477139,
%T 1633811,2516309,2664229,3493519,4168649,4483363,6302531,6577763,
%U 6861077,8403247,15897719,17477323,20951291,28873003,36338663,47127727
%N Primes of the form floor(k^Pi).
%H Vincenzo Librandi, <a href="/A074218/b074218.txt">Table of n, a(n) for n = 1..5000</a>
%e Floor(3^Pi) = 31, a prime, so 31 is a term.
%t Select[Floor[Range[0,2000]^Pi],PrimeQ] (* _Vincenzo Librandi_, Dec 09 2011 *)
%K nonn
%O 1,1
%A _Jon Perry_, Sep 17 2002