A182330 Primes of the form 5^k + 2.
3, 7, 127, 762939453127
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..7
Programs
-
Mathematica
Select[Table[5^n + 2, {n, 0, 500}], PrimeQ] (* T. D. Noe, Apr 25 2012 *)
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.
Select[Table[5^n + 2, {n, 0, 500}], PrimeQ] (* T. D. Noe, Apr 25 2012 *)
Comments