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.

A108420 Numbers k such that k!! - prime(k) is prime.

Original entry on oeis.org

14, 20, 54, 56, 144, 206, 212, 436, 1610, 4450, 4512, 5202, 6684, 14318
Offset: 1

Views

Author

Amineh Farzannia (afarzannia(AT)yahoo.com), Jul 06 2005

Keywords

Comments

There is no further term up to 8800. - Farideh Firoozbakht, Aug 19 2005

Examples

			14 is a term since 14!! - prime(14) = 645120 - 43 = 645077 is prime.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[1610], PrimeQ[ #!! - Prime[ # ]] &]

Extensions

More terms from Farideh Firoozbakht, Aug 19 2005
Name corrected, term 3 removed, and a(14) from Michael S. Branicky, Jan 03 2025