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.

A176072 Primes of the form 3^k + 2^k + k + 1.

Original entry on oeis.org

7, 281, 1602529
Offset: 1

Views

Author

Keywords

Comments

The next term is too large to include here.
281 = 3^5 + 2^5 + 5 + 1,..
The corresponding values of k are 1, 5, 13, 905, 5341, ... ; a(5) ~ 2.016...*10^2548. - Amiram Eldar, Jul 18 2019

Crossrefs

Programs

  • Mathematica
    Select[Array[3^#+2^#+#+1&,2*6! ],PrimeQ[ # ]&]