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!)
A250195 Numbers n such that Phi(49,n) is prime, where Phi is the cyclotomic polynomial. 2
1, 2, 5, 62, 67, 104, 123, 138, 151, 186, 194, 233, 236, 261, 269, 306, 359, 416, 425, 439, 557, 613, 695, 705, 742, 748, 821, 832, 884, 885, 892, 902, 936, 937, 1125, 1165, 1176, 1248, 1265, 1320, 1337, 1386, 1544, 1594, 1675, 1707, 1712, 1714, 1722, 1725, 1798, 1840, 1844 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1900], PrimeQ[Cyclotomic[49, #]] &] (* Vincenzo Librandi, Jan 17 2015 *)
PROG
(PARI) {is(n)=isprime(polcyclo(49, n))};
for(n=1, 1000, if(is(n), print1(n, ", "))) \\ G. C. Greubel, May 20 2018
CROSSREFS
Cf. A246392.
Sequence in context: A363335 A358087 A093484 * A041069 A217053 A134590
KEYWORD
nonn
AUTHOR
R. J. Mathar, Jan 12 2015
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 18 08:08 EDT 2024. Contains 371769 sequences. (Running on oeis4.)