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.

A104079 Numbers of the form prime(n) + n! such that Gamma(n) + prime(n) is prime.

Original entry on oeis.org

3, 11, 31, 40339, 362903, 479001637, 8683317618811886495518194401280000137, 295232799039604140847618609643520000139
Offset: 1

Views

Author

Roger L. Bagula, Mar 03 2005

Keywords

Crossrefs

Cf. A121926.

Programs

  • Mathematica
    a = Delete[Union[Table[If[PrimeQ[ Gamma[n] + Prime[n]] == True, n! + Prime[n], 0], {n, 1, 100}]], 1]

Extensions

Definition corrected from Bruno Berselli, Jul 20 2012