login
This site is supported by donations 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; internal format)
OFFSET

0,1

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: A135866 A006270 A139888 * A089922 A041279 A054699

Adjacent sequences:  A079591 A079592 A079593 * A079595 A079596 A079597

KEYWORD

nonn

AUTHOR

N. Fernandez (primeness(AT)borve.org), Jan 27 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 20:28 EST 2012. Contains 205962 sequences.