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”).

A138937
Indices k such that A019325(k)=Phi[k](7) is prime, where Phi is a cyclotomic polynomial.
3
5, 6, 13, 18, 21, 28, 30, 34, 36, 46, 48, 50, 54, 55, 58, 63, 76, 84, 94, 105, 122, 131, 148, 149, 224, 280, 288, 296, 332, 352, 456, 528, 531, 581, 650, 654, 730, 740, 759, 1026, 1047, 1065, 1460, 1660, 1699, 1959, 2067, 2260, 2380, 2665, 2890, 3238, 4020
OFFSET
1,1
MATHEMATICA
Select[Range[1000], PrimeQ[Cyclotomic[#, 7]] &]
PROG
(PARI) for( i=1, 999, ispseudoprime( polcyclo(i, 7)) && print1( i", ")) /* use ...subst(polcyclo(i), x, 7)... in PARI < 2.4.2 */
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Apr 03 2008
EXTENSIONS
a(40)-a(53) from Robert Price, Apr 18 2012
STATUS
approved