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.

A078305 Numbers k such that A004154(k) - 1 is prime.

Original entry on oeis.org

3, 4, 5, 6, 7, 13, 14, 19, 20, 28, 37, 99, 100, 108, 141, 304, 442, 682, 3641, 4076
Offset: 1

Views

Author

Cino Hilliard, Dec 23 2002

Keywords

Comments

Some of the larger entries may only correspond to probable primes.

Crossrefs

Programs

  • Mathematica
    f[n_] := n!/10^Sum[ Floor[n/5^k], {k, 1, Log[10, n] + 1}]; Do[ If[ PrimeQ[ f[n] - 1], Print[n]], {n, 1, 750}]

Extensions

Extended by Robert G. Wilson v and Jason Earls, Dec 24 2002
a(19)-a(20) from Michael S. Branicky, Jul 23 2023