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!)
A138939 Indices k such that A019327(k)=Phi[k](9) is prime, where Phi is a cyclotomic polynomial. 3
6, 12, 18, 20, 30, 36, 54, 66, 118, 138, 152, 182, 232, 264, 336, 340, 380, 414, 446, 492, 540, 624, 720, 762, 1066, 1094, 1098, 1170, 1230, 1254, 1320, 1428, 1546, 2018, 2574, 2724, 2804, 2920, 3074, 3316, 3646, 4124, 4132, 4186, 4620, 4802 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1000], PrimeQ[Cyclotomic[#, 9]] &]
PROG
(PARI) for( i=1, 999, ispseudoprime( polcyclo(i, 9)) && print1( i", ")) /* use ...subst( polcyclo(i), x, 9)... in PARI < 2.4.2 */
CROSSREFS
Sequence in context: A291022 A348719 A316221 * A221220 A046411 A364348
KEYWORD
nonn
AUTHOR
M. F. Hasler, Apr 03 2008
EXTENSIONS
a(25)-a(46) from Robert Price, Apr 28 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 24 20:06 EDT 2024. Contains 371963 sequences. (Running on oeis4.)