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!)
A067559 Numbers n such that floor(Pi*n^2) is prime. 3

%I #11 May 22 2017 11:44:36

%S 1,6,17,31,34,41,45,50,51,61,69,73,74,81,103,108,111,142,148,175,192,

%T 201,202,203,232,234,273,277,281,310,319,329,342,348,349,351,378,387,

%U 416,421,428,435,459,478,486,521,526,575,593,597,603,605,623,648,661

%N Numbers n such that floor(Pi*n^2) is prime.

%H Vincenzo Librandi, <a href="/A067559/b067559.txt">Table of n, a(n) for n = 1..1000</a>

%e Floor[Pi*6^2] = 113, a prime, so 6 is a term of the sequence.

%t Select[Range[1, 10^3], PrimeQ[Floor[Pi * #^2]] &]

%o (PARI) is(n)=isprime(floor(Pi*n^2)) \\ _Charles R Greathouse IV_, May 22 2017

%Y Cf. A062408.

%K easy,nonn

%O 1,2

%A _Joseph L. Pe_, Jan 29 2002

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 July 15 03:33 EDT 2024. Contains 374324 sequences. (Running on oeis4.)