login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A070530
Primes of form Cyclotomic[n,2^n].
0
5, 73, 257, 4432676798593
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
KEYWORD
nonn
AUTHOR
Labos Elemer, May 02 2002
STATUS
approved