OFFSET
1,1
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
I. I. Pyatetskii-Shapiro, On the distribution of prime numbers in sequences of the form [f(n)], Mat. Sb. (N.S.), 33(75):3 (1953).
EXAMPLE
a(6)=17 is in the sequence because 17 = floor(14^(12/11)) is prime.
MAPLE
select(isprime, [seq(floor(k^(12/11)), k=1..1000)]);
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Israel, Nov 30 2020
STATUS
approved