A275749 Prime numbers of the form 2*4^k - 27.
5, 101, 524261, 8388581
Offset: 1
Keywords
Examples
a(1) = 2*4^A275767(1) - 27 = 2*4^2 - 27 = 32 - 27 = 5. a(2) = 2*4^A275767(2) - 27 = 2*4^3 - 27 = 128 - 27 = 101. a(3) = 2*4^A275767(3) - 27 = 2*4^9 - 27 = 524288 - 27 = 524261. a(4) = 2*4^A275767(4) - 27 = 2*4^11 - 27 = 8388608 - 27 = 8388581.
Links
- Timothy L. Tiffin, Table of n, a(n) for n = 1..5
- D. Alpern, Factorization using the Elliptic Curve Method.
Programs
-
Mathematica
Select[2*4^Range[2, 200] - 27, PrimeQ] (* Michael De Vlieger, Aug 08 2016 *)
Formula
a(n) = 2*4^A275767(n) - 27.
Comments