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.

A343778 Primes which are two greater than A074040 terms.

Original entry on oeis.org

17, 21800053277, 86984485062381462583582279727, 2948338207972508983453357158259221375675126583677039825367935271466652794027
Offset: 1

Views

Author

Hartmut F. W. Hoft, Apr 29 2021

Keywords

Comments

a(5) = 3052230...330677 has 17332 digits, the only prime larger than a(4) and among the cumulative products of the first 2000 twin primes pairs plus two.

Examples

			a(1) = 17 = A074040(1) + 2 = 3*5 + 2.
		

Crossrefs

Programs

  • Mathematica
    (* function a074040[ ] is defined in A074040 *)
    a343778[n_] := Select[Map[#+2&, a074040[n]], PrimeQ]
    a343778[30]