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.

Showing 1-2 of 2 results.

A224451 Primes of the form 4^n - n.

Original entry on oeis.org

3, 61, 1019, 1180591620717411303389, 1569275433846670190958947355801916604025588861116008628129
Offset: 1

Views

Author

Alex Ratushnyak, Apr 06 2013

Keywords

Comments

Corresponding n are given in A057908.
The next term has 797 digits. - Harvey P. Dale, Mar 16 2015

Crossrefs

Cf. A057908 (n such that 4^n - n is prime).

Programs

  • Mathematica
    Select[Table[4^n-n,{n,200}],PrimeQ] (* Harvey P. Dale, Mar 16 2015 *)

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
Showing 1-2 of 2 results.