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!)
A079594 Primes for which floor(x^Pi) is prime. 0
3, 73, 109, 131, 277, 397, 617, 739, 857, 911, 1109, 1181, 1237, 1453, 1889, 1999, 2239, 2383, 2393, 2621, 2767, 2801, 2903, 2953, 3259, 3319, 3323, 3967, 4127, 4243, 4603, 5051, 5237, 5407, 5419, 5573, 5749, 5843, 6091, 6317, 6679 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
floor(2^Pi)=8, which is not prime.
floor(3^Pi)=31, which is prime, so a(1)=3.
The next smallest prime x for which floor(x^Pi) is prime is 73, for which floor(73^Pi)=714169, so a(2)=73.
MATHEMATICA
For[i = 1, i < 10000, If[PrimeQ[IntegerPart[Prime[i]^Pi]] == True, Print[Prime[i]]]; i++ ]
CROSSREFS
Sequence in context: A248042 A139888 A271628 * A089922 A259848 A041279
KEYWORD
nonn
AUTHOR
Neil Fernandez, Jan 27 2003
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 April 24 11:47 EDT 2024. Contains 371936 sequences. (Running on oeis4.)