A269834 Primes p of the form 2^k + 9*(-1)^k - 8.
2, 5, 17, 257, 65537
Offset: 1
Keywords
Programs
-
Magma
[2^n + 9*(-1)^n - 8: n in [0..1000] | IsPrime(2^n + 9*(-1)^n - 8)];
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
[2^n + 9*(-1)^n - 8: n in [0..1000] | IsPrime(2^n + 9*(-1)^n - 8)];
Comments