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!)
A138927 Indices k such that A020502(k)=Phi[k](-3) is prime, where Phi is a cyclotomic polynomial. 2
3, 5, 6, 7, 12, 13, 14, 18, 23, 24, 26, 30, 35, 36, 40, 42, 43, 60, 65, 66, 72, 77, 108, 126, 132, 142, 206, 215, 236, 276, 281, 286, 290, 304, 322, 359, 364, 391, 464, 487, 510, 522, 528, 529, 535, 558, 574, 577, 672, 680, 713, 731, 760, 799, 828, 892, 984 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[ Range[3, 1000], PrimeQ[ Cyclotomic[#, -3]] &] (* Robert G. Wilson v, Mar 25 2012 *)
PROG
(PARI) for( i=1, 999, ispseudoprime( polcyclo(i, -3)) &&& print1( i", ")) /* use ...subst(polcyclo(i), x, -3)... in PARI < 2.4.2 */
CROSSREFS
Sequence in context: A361827 A053272 A326929 * A030333 A081677 A302249
KEYWORD
nonn
AUTHOR
M. F. Hasler, Apr 03 2008
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 July 27 13:23 EDT 2024. Contains 374647 sequences. (Running on oeis4.)