|
Search: id:A088817
|
|
|
| A088817 |
|
Numbers n such that Cyclotomic(2n,n) is prime. |
|
+0 4
|
|
| 1, 2, 3, 4, 5, 9, 17, 36, 157, 245, 352, 3977
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
This is a generalization of A056826. Note that (n^n+1)/(n+1) = cyclotomic(2n,n) when n is prime. These are probable primes for n > 352. No others < 4700.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Cyclotomic Polynomial
|
|
MATHEMATICA
|
Do[p=Prime[n]; If[PrimeQ[Cyclotomic[2n, n]], Print[p]], {n, 100}]
|
|
CROSSREFS
|
Cf. A056826 ((n^n+1)/(n+1) is prime), A070519 (cyclotomic(n, n) is prime), A088875 (cyclotomic(n, -n) is prime).
Sequence in context: A003271 A049796 A106165 this_sequence A018896 A065885 A092233
Adjacent sequences: A088814 A088815 A088816 this_sequence A088818 A088819 A088820
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
T. D. Noe (noe(AT)sspectra.com), Oct 20 2003
|
|
|
Search completed in 0.002 seconds
|