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!)
A219278 Numbers n such that ChebyshevT[16,n] is prime. 4
2, 13, 20, 21, 33, 74, 87, 88, 94, 104, 105, 127, 172, 182, 185, 188, 215, 224, 233, 240, 249, 258, 278, 281, 292, 293, 304, 329, 337, 365, 399, 416, 433, 440, 468, 471, 489, 502, 509, 529, 540, 573, 576, 583, 608, 612, 615, 622, 630, 631, 639, 685, 689, 707 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
ChebyshevT[16,x] is the 16th Chebyshev polynomial of the first kind evaluated at x.
LINKS
MAPLE
P:= unapply(orthopoly[T](16, x), x):
select(isprime @ P, [$1..1000]); # Robert Israel, Aug 13 2018
MATHEMATICA
lst={}; Do[If[PrimeQ[ChebyshevT [16, n]], AppendTo[lst, n]], {n, 10^3}]; lst
Select[Range[800], PrimeQ[ChebyshevT[16, #]]&] (* Harvey P. Dale, Jan 23 2016 *)
PROG
(PARI) is(n)=ispseudoprime(polchebyshev(16, 1, n)) \\ Charles R Greathouse IV, May 22 2017
CROSSREFS
Sequence in context: A007355 A339611 A105452 * A099419 A061871 A182459
KEYWORD
nonn
AUTHOR
Michel Lagneau, Nov 17 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 20 12:14 EDT 2024. Contains 371838 sequences. (Running on oeis4.)