login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079592 Primes for which floor(pi*x) is prime. 0
17, 19, 31, 61, 71, 73, 101, 229, 241, 311, 313, 331, 373, 401, 499, 541, 569, 797, 821, 863, 881, 911, 919, 967, 1009, 1051, 1093, 1217, 1249, 1289, 1303, 1427, 1459, 1471, 1583, 1667, 1753, 1811, 1879, 1979, 2011, 2053, 2063, 2153 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

floor(pi*2)=6, which is not prime. floor(pi*3)=9, which is not prime. floor(pi*5)=15, which is not prime. The smallest prime x for which floor(pi*x) is prime is 17, so a(1)=17. (floor(pi*17)=53)

MATHEMATICA

For[i = 1, i < 1000, If[PrimeQ[IntegerPart[Pi*Prime[i]]] == True, Print[Prime[i]]]; i++ ]

CROSSREFS

Sequence in context: A098933 A145485 A085106 * A160027 A144213 A144214

Adjacent sequences:  A079589 A079590 A079591 * A079593 A079594 A079595

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 17 14:50 EST 2012. Contains 206050 sequences.