A176947 Primes of the form 11^k + 2^k.
2, 13, 14657
Offset: 1
Programs
-
Magma
[ a: n in [0..1500] | IsPrime(a) where a is 11^n+2^n ];
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.
Comments