login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A144132
Primes of the form ChebyshevT[8,n].
5
665857, 7380481, 708158977, 325142092801, 1401864610177, 2161873163521, 448940843963137, 1494471913541377, 2563669662007681, 3045085994259457, 27932995018647937, 115054894682275201, 128098973812320001
OFFSET
1,1
LINKS
MAPLE
select(isprime, [seq(128*x^8 - 256*x^6 + 160*x^4 - 32*x^2 + 1, x=1..100)]); # Robert Israel, Aug 13 2024
MATHEMATICA
lst={}; Do[p=ChebyshevT[8, n]; If[PrimeQ[p], AppendTo[lst, p]], {n, 9^3}]; lst
CROSSREFS
Sequence in context: A209596 A038827 A038816 * A069373 A270801 A348832
KEYWORD
nonn
AUTHOR
STATUS
approved