login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138938 Indices k such that A019326(k)=Phi[k](8) is prime, where Phi is a cyclotomic polynomial. 2
1, 3, 9, 30, 42, 78, 87, 138, 189, 303, 318, 330, 408, 462, 504, 561, 1002, 1389, 1746, 1794, 2040, 2418, 2790, 3894, 4077, 4722, 6738, 10641, 14610, 14616, 15294, 16662, 18966, 19059, 26142, 27144, 28299, 31638, 33639, 39360 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1000], PrimeQ[Cyclotomic[#, 8]] &]
PROG
(PARI) for( i=1, 999, ispseudoprime( polcyclo(i, 8)) && print1( i", ")) /* use ...subst( polcyclo(i), x, 8)... in PARI < 2.4.2 */
CROSSREFS
Sequence in context: A007472 A292756 A151451 * A154147 A179545 A163129
KEYWORD
nonn
AUTHOR
M. F. Hasler, Apr 03 2008
EXTENSIONS
a(17)-a(40) from Robert Price, Apr 20 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 1 13:51 EDT 2024. Contains 372174 sequences. (Running on oeis4.)