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!)
A077130 Smallest number which is relatively prime to all the numbers between n^2 and (n+1)^2, inclusive. 0
5, 11, 17, 13, 19, 17, 23, 29, 37, 31, 29, 43, 41, 47, 37, 59, 41, 53, 59, 79, 61, 53, 73, 71, 89, 61, 79, 71, 83, 89, 79, 73, 83, 103, 101, 107, 97, 103, 89, 113, 127, 103, 97, 107, 101, 131, 137, 127, 109, 131, 113, 149, 127, 179, 131, 149, 179, 167, 139, 149 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Naturally every member is a prime.
LINKS
EXAMPLE
a(5) = 19 is the smallest number coprime to all the numbers from 25 to 36.
PROG
(PARI) for(k=1, 100, a=0:forprime(p=2, 10001, f=0:for(l=k*k, (k+1)^2, if(gcd(p, l)>1, f=1:break)): if(!f, a=p:break)): if(a, print1(a", "), print1("-, ")))
CROSSREFS
Sequence in context: A042121 A123082 A084037 * A119754 A239127 A220432
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 29 2002
EXTENSIONS
Corrected and extended by Ralf Stephan, Mar 19 2003
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)