A275750 Prime numbers of the form 4^k - 27.
37, 229, 997, 1048549, 4194277, 67108837, 1125899906842597, 72057594037927909, 288230376151711717, 1361129467683753853853498429727072845797, 1393796574908163946345982392040522594123749, 1725436586697640946858688965569256363112777243042596638790631055949797
Offset: 1
Keywords
Examples
a(1) = 4^A274519(1) - 27 = 4^3 - 27 = 64 - 27 = 37. a(2) = 4^A274519(2) - 27 = 4^4 - 27 = 256 - 27 = 229. a(3) = 4^A274519(3) - 27 = 4^5 - 27 = 1024 - 27 = 997. a(4) = 4^A274519(4) - 27 = 4^10 - 27 = 1048576 - 27 = 1048549. a(5) = 4^A274519(5) - 27 = 4^11 - 27 = 4194304 - 27 = 4194277. a(6) = 4^A274519(6) - 27 = 4^13 - 27 = 67108864 - 27 = 67108837.
Links
- D. Alpern, Factorization using the Elliptic Curve Method.
Programs
-
Mathematica
Select[4^Range[3, 120] - 27, PrimeQ] (* Michael De Vlieger, Aug 08 2016 *)
Formula
a(n) = 4^A274519(n) - 27.
Comments