A176072 Primes of the form 3^k + 2^k + k + 1.
7, 281, 1602529
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..4
Crossrefs
Cf. A061421
Programs
-
Mathematica
Select[Array[3^#+2^#+#+1&,2*6! ],PrimeQ[ # ]&]
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[Array[3^#+2^#+#+1&,2*6! ],PrimeQ[ # ]&]
Comments