cp's OEIS Frontend

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.

A176947 Primes of the form 11^k + 2^k.

Original entry on oeis.org

2, 13, 14657
Offset: 1

Views

Author

Vincenzo Librandi, Apr 29 2010

Keywords

Comments

If a(4) exists, its corresponding k > 10^5. - Michael S. Branicky, Aug 14 2025

Programs

  • Magma
    [ a: n in [0..1500] | IsPrime(a) where a is 11^n+2^n ];