|
Search: id:A070530
|
|
|
| A070530 |
|
Primes of form Cyclotomic[n,2^n]. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
4th term is Cyclotomic[7,128]=1+128+16384+2097152+..+4398046511104=4432676798593; the next 2 known terms have almost 200 or more than 1000 decimal digits.
|
|
MATHEMATICA
|
Do[s=Cyclotomic[n, 2^n]; If[PrimeQ[s], Print[s]], {n, 1, 59}]
|
|
CROSSREFS
|
Cf. A070518-A070527.
Sequence in context: A136637 A138623 A070526 this_sequence A059017 A099667 A108444
Adjacent sequences: A070527 A070528 A070529 this_sequence A070531 A070532 A070533
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), May 02 2002
|
|
|
Search completed in 0.004 seconds
|