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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070523 Cyclotomic[n, Prime[n]] is a prime number. 1
3, 6, 7, 14, 19, 31, 34, 66, 93, 307, 402, 421, 600, 848, 1022, 1057, 1906 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Values corresponding to a(3)=7 through a(13)=600 have been certified prime with Primo. Their sizes in decimal digits are 8, 10, 33, 64, 35, 51, 162, 1012, 455, 1455 and 584, respectively. Values corresponding to a(14) through a(17) are probable primes with lengths 1588, 1689, 3535 and 4014 decimal digits. a(18)>2000. - Rick L. Shepherd (rshepherd2(AT)hotmail.com), Jul 10 2002

EXAMPLE

n=7: C[7, x]=1+x+xx+xxx+xxxx+xxxxx+xxxxxx at x=p(7)=17 gives a prime 25646167.

PROG

(PARI) for(n=1, 2000, x=prime(n); if(isprime(eval(polcyclo(n))), print1(n, ", ")))

CROSSREFS

Cf. A070518-A070522.

Sequence in context: A037015 A138218 A056055 * A139247 A124611 A043305

Adjacent sequences:  A070520 A070521 A070522 * A070524 A070525 A070526

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), May 02 2002

EXTENSIONS

More terms from Rick L. Shepherd (rshepherd2(AT)hotmail.com), Jul 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 15 17:46 EST 2012. Contains 205835 sequences.