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!)
A138925 Indices k such that A020504(k)=Phi[k](-5) is prime, where Phi is a cyclotomic polynomial. 2
5, 6, 12, 14, 22, 24, 26, 28, 45, 48, 55, 56, 67, 88, 92, 94, 98, 99, 101, 103, 108, 114, 116, 120, 229, 236, 248, 254, 265, 282, 288, 298, 322, 347, 362, 384, 399, 420, 500, 536, 567, 615, 620, 714, 835, 992, 1047, 1064, 1238, 1794, 1858, 1962, 2313, 2397 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[ Range[ 2000], PrimeQ[ Cyclotomic[#, -5]] &] (* Robert G. Wilson v, Mar 25 2012 *)
PROG
(PARI) for( i=1, 999, ispseudoprime( polcyclo(i, -5)) && print1( i", ")) /* use ...subst(polcyclo(i), x, -5)... in PARI < 2.4.2 */
CROSSREFS
Sequence in context: A047319 A244368 A185031 * A088767 A032707 A240756
KEYWORD
nonn
AUTHOR
M. F. Hasler, Apr 03 2008
EXTENSIONS
a(53)-a(54) from Robert Price, Apr 05 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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)