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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063472 Primes of the form 666n - 1. 3
1997, 2663, 3329, 6659, 9323, 11321, 11987, 12653, 16649, 17981, 19979, 21977, 22643, 25307, 29303, 32633, 34631, 35963, 36629, 39293, 41957, 44621, 45953, 46619, 47951, 53279, 59273, 62603, 64601, 65267, 67931, 68597, 69263, 69929 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

PROG

(PARI) j=[]; for(n=1, 150, x=666*n-1; if(isprime(x), j=concat(j, x))); j

(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]

CROSSREFS

Cf. A037029, A037030.

Sequence in context: A206363 A034588 A079012 * A063054 A171467 A031808

Adjacent sequences:  A063469 A063470 A063471 * A063473 A063474 A063475

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 27 2001

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 15 08:19 EST 2012. Contains 205728 sequences.