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!)
A119644 a(n) = n-th prime from among those primes which are coprime to the n-th composite. 0
3, 7, 7, 11, 17, 19, 23, 29, 29, 37, 41, 43, 47, 53, 53, 61, 61, 71, 79, 73, 83, 89, 97, 101, 103, 107, 109, 127, 127, 131, 137, 139, 139, 151, 157, 163, 167, 173, 179, 181, 191, 197, 197, 199, 199, 223, 229, 229, 233, 241, 241, 251, 257, 263, 269, 277, 277, 277 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
8 is the 3rd composite. 3,5,7,11,... is the sequence of primes which are coprime to 8. 7 is the 3rd term of these primes, so a(3) = 7.
PROG
(PARI) {m=60; c=1; for(n=1, m, c++; while(isprime(c), c++); q=2; k=n; while(k>0, p=q; if(gcd(p, c)==1, k--); q=nextprime(p+1)); print1(p, ", "))} - (Klaus Brockhaus, Aug 15 2006)
CROSSREFS
Sequence in context: A239126 A179873 A080457 * A109386 A024612 A227025
KEYWORD
nonn
AUTHOR
Leroy Quet, Aug 04 2006
EXTENSIONS
More terms from Klaus Brockhaus, Aug 15 2006
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 29 01:36 EDT 2024. Contains 371264 sequences. (Running on oeis4.)