cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A292007 Primes of the form Phi(k, 3), where Phi is the cyclotomic polynomial.

This page as a plain text file.
%I A292007 #8 Nov 11 2019 13:48:59
%S A292007 2,13,7,1093,757,61,73,797161,547,4561,368089,6481,398581,2413941289,
%T A292007 530713,42521761,23535794707,47763361,144542918285300809,374857981681,
%U A292007 3754733257489862401973357979128773,282429005041,82064241848634269407
%N A292007 Primes of the form Phi(k, 3), where Phi is the cyclotomic polynomial.
%H A292007 Robert Price, <a href="/A292007/b292007.txt">Table of n, a(n) for n = 1..39</a>
%H A292007 Yves Gallot, <a href="http://yves.gallot.pagesperso-orange.fr/papers/cyclotomic.html">Cyclotomic polynomials and prime numbers</a>
%H A292007 <a href="/index/Cy#CyclotomicPolynomialsValuesAtX">Index entries for cyclotomic polynomials,values at X</a>
%t A292007 Select[Table[Cyclotomic[k,3], {k, 0, 100}], PrimeQ[#] &]
%Y A292007 Cf. A138933.
%K A292007 nonn
%O A292007 1,1
%A A292007 _Robert Price_, Sep 07 2017