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

A109602 Numbers n such that n!/(pi(n)!*2^n)+1 is prime.

Original entry on oeis.org

1, 4, 5, 6, 7, 8, 9, 19, 20, 29, 31, 97, 113, 181, 286, 419, 485, 670, 1216
Offset: 1

Views

Author

Robert G. Wilson v, Jul 18 2005

Keywords

Comments

Next term, if it exists, is > 3000. - Ray Chandler, Aug 04 2005

Crossrefs

Cf. A108894.

Programs

  • Mathematica
    f[n_] := n!/Fold[Times, 1, Range[PrimePi[n]]]*2^n + 1; Do[ If[ PrimeQ[ f[n]], Print[n]], {n, 1000}]

Extensions

a(19)=1216 from Ray Chandler, Aug 04 2005
Showing 1-1 of 1 results.