login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078877 Nonprimes in A078447. 0
1, 689, 15229, 20569, 24139, 43531, 44377, 47077, 47941, 66767, 73441, 80419, 86447, 117739, 164783, 175793, 192433, 194321, 196283, 261853, 282533, 302083, 316933, 319373, 372091, 380431, 414863, 429713, 444361, 450613, 456853, 472547 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) {s=[1]; for(n=2, 335, a=s[n-1]; if(!isprime(a), print1(a, ", ")); s=[a+1]; for(j=2, n, k=s[j-1]+1; c=1; while(c>0, b=1; for(i=1, matsize(s)[2], if(gcd(k, s[i])>1, b=0)); if(b==0, k++, c=0)); s=concat(s, k)))}

CROSSREFS

Cf. A078447, A078448.

Sequence in context: A025347 A204153 A204146 * A204145 A115177 A060054

Adjacent sequences:  A078874 A078875 A078876 * A078878 A078879 A078880

KEYWORD

nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 10 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 18 00:14 EST 2012. Contains 206085 sequences.