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.

A294195 Product of all primes between n!+1 and (n+1)!.

Original entry on oeis.org

1, 2, 15, 7436429, 141690116050851861774628683971583952877
Offset: 0

Views

Author

Olivier Gérard, Oct 29 2017

Keywords

Comments

The next term has 251 digits in base 10.

Crossrefs

Cf. A061232 (number of primes between n!+1 and (n+1)!).
Cf. A294193 (sum of integers between n!+1 and (n+1)!).
Cf. A294194 (sum of primes between n!+1 and (n+1)!).
Cf. A294196 (log of product of primes between n!+1 and (n+1)!).

Programs

  • Mathematica
    Table[Times @@ Table[Prime[i], {i, PrimePi[n!] + 1, PrimePi[(n + 1)!]}], {n, 0, 4}]