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
1, 3, 4, 6, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sequence is probably complete. a(6), if it exists, is greater than 4 * 10^18. - Charles R Greathouse IV, May 14 2013
LINKS
PROG
(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
CROSSREFS
Sequence in context: A117986 A248738 A070737 * A135599 A283740 A167161
KEYWORD
nonn
AUTHOR
Gerasimov Sergey, May 11 2013
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 28 12:59 EDT 2024. Contains 372085 sequences. (Running on oeis4.)