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.

A104065 Primes of the form 7^k + 4.

Original entry on oeis.org

5, 11, 53, 347, 16811, 823547, 40353611, 678223072853, 27368747340080916347
Offset: 1

Views

Author

Roger L. Bagula, Mar 02 2005

Keywords

Crossrefs

Cf. A096305.

Programs

  • Mathematica
    a = Delete[Union[Flatten[Table[If [PrimeQ[7^n + 3 + 1] == True, 7^n + 3 + 1, 0], {n, 1, 400}]]], 1]
    Select[7^Range[0,30]+4,PrimeQ] (* Harvey P. Dale, Jul 31 2021 *)

Formula

a(n) = 7^A096305(n) + 4. - Amiram Eldar, Jun 05 2025

Extensions

Initial 5 from Vincenzo Librandi, Dec 10 2010