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!)
A138924 Indices k such that A020505(k)=Phi[k](-6) is prime, where Phi is a cyclotomic polynomial. 2
3, 4, 6, 8, 9, 11, 14, 15, 21, 24, 25, 31, 42, 43, 45, 47, 58, 59, 77, 107, 124, 142, 144, 177, 192, 254, 279, 360, 407, 437, 480, 525, 542, 551, 579, 764, 811, 822, 891, 917, 1018, 1028, 1150, 1326, 1376, 1464, 1468, 1650, 1719, 1924, 2096, 2098, 2176, 2226 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[ Range[ 2000], PrimeQ[ Cyclotomic[#, -6]] &] (* Robert G. Wilson v, Mar 25 2012 *)
PROG
(PARI) for( i=1, 999, ispseudoprime( polcyclo(i, -6)) && print1( i", ")) /* use ...subst(polcyclo(i), x, -6)... in PARI < 2.4.2 */
CROSSREFS
Sequence in context: A138097 A193732 A000592 * A188015 A192284 A024324
KEYWORD
nonn
AUTHOR
M. F. Hasler, Apr 03 2008
EXTENSIONS
a(51)-a(54) from Robert Price, Apr 02 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 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)