login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 December 11 07:17 EST 2023. Contains 367717 sequences. (Running on oeis4.)