A277434 Primes in A001075.
2, 7, 97, 708158977
Offset: 1
Links
- D. Alpern, Factorization using the Elliptic Curve Method.
Crossrefs
Cf. A001075.
Programs
-
Mathematica
Select[LinearRecurrence[{4, -1}, {1, 2}, 30], PrimeQ] (* Michael De Vlieger, Oct 21 2016, after Harvey P. Dale at A001075 *)
-
PARI
lista(nn) = for (n=0, nn, if (isprime(p=polchebyshev(n,1,2)), print1(p, ", "))); \\ Michel Marcus, Oct 21 2016
-
PFGW
ABC2 Linear(1, 2, 7, 26, 2^$a) a: from 1 to 25 Charles R Greathouse IV, Nov 07 2016
Comments