login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A339342
Primes of the form floor(k^(12/11)).
1
2, 3, 5, 7, 13, 17, 19, 23, 29, 37, 43, 71, 79, 83, 101, 107, 109, 127, 137, 151, 163, 173, 193, 197, 227, 229, 233, 239, 241, 257, 269, 271, 281, 283, 293, 307, 311, 313, 337, 353, 359, 373, 389, 409, 431, 443, 449, 461, 463, 467, 487, 491, 503, 509, 547, 557, 577, 599, 601, 607, 631, 653, 659, 661
OFFSET
1,1
LINKS
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
Sequence in context: A049557 A042991 A162338 * A052015 A042992 A344621
KEYWORD
nonn
AUTHOR
Robert Israel, Nov 30 2020
STATUS
approved