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.

A273942 Primes of the form 3^k + k.

Original entry on oeis.org

11, 6569, 16677181699666603
Offset: 1

Views

Author

Vincenzo Librandi, Jun 06 2016

Keywords

Comments

Terms given correspond to k in A057900.
a(4) has 731 digits.

Crossrefs

Programs

  • Magma
    [a: n in [0..100] | IsPrime(a) where a is 3^n+n];
  • Mathematica
    Select[Table[3^n + n, {n, 1, 1000}], PrimeQ]

Formula

a(n) = A104743(A057900(n)). - Amiram Eldar, Jul 27 2025