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!)
A225647 Numbers n such that there are no primes in the open interval from (n^2-1)*sqrt(n^2+1) to (n^2+1)*sqrt(n^2-1). 0

%I #8 May 22 2013 03:34:02

%S 1,3,4,6,7

%N Numbers n such that there are no primes in the open interval from (n^2-1)*sqrt(n^2+1) to (n^2+1)*sqrt(n^2-1).

%C Sequence is probably complete. a(6), if it exists, is greater than 4 * 10^18. - _Charles R Greathouse IV_, May 14 2013

%o (PARI) is(n)=n==1 || nextprime(sqrtint((n^2+1)*(n^2-1)^2-1)+1) > sqrtint((n^2-1)*(n^2+1)^2-1) \\ _Charles R Greathouse IV_, May 14 2013

%K nonn

%O 1,2

%A _Gerasimov Sergey_, May 11 2013

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)