Search: id:A063472 Results 1-1 of 1 results found. %I A063472 %S A063472 1997,2663,3329,6659,9323,11321,11987,12653,16649,17981,19979,21977, %T A063472 22643,25307,29303,32633,34631,35963,36629,39293,41957,44621,45953, %U A063472 46619,47951,53279,59273,62603,64601,65267,67931,68597,69263,69929 %N A063472 Primes of the form 666n - 1. %H A063472 Harry J. Smith, Table of n, a(n) for n=1,...,1000 %o A063472 (PARI) j=[]; for(n=1,150,x=666*n-1; if(isprime(x),j=concat(j,x))); j %o A063472 (PARI) { n=0; for (m=1, 10^9, if (isprime(a=666*m - 1), write("b063472.txt", n++, " ", a); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 22 2009] %Y A063472 Cf. A037029, A037030. %Y A063472 Sequence in context: A028516 A034588 A079012 this_sequence A063054 A031808 A167292 %Y A063472 Adjacent sequences: A063469 A063470 A063471 this_sequence A063473 A063474 A063475 %K A063472 nonn %O A063472 1,1 %A A063472 Jason Earls (zevi_35711(AT)yahoo.com), Jul 27 2001 Search completed in 0.001 seconds