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.

A180631 Numbers k such that 10*k! - 1 is prime.

Original entry on oeis.org

2, 3, 4, 33, 55, 95, 110, 148, 170, 612, 1155, 2295, 2473, 4143, 5671
Offset: 1

Views

Author

Robert G. Wilson v, Sep 13 2010

Keywords

Comments

a(16) > 12000. - Michael S. Branicky, Jul 04 2024

Crossrefs

Programs

  • Mathematica
    fQ[n_] := PrimeQ[10 n! - 1]; k = 0; lst = {}; While[k < 1501, If[ fQ@k, AppendTo[lst, k]; Print@k]; k++ ]; lst

Extensions

a(12)-a(14) from Jinyuan Wang, Feb 04 2020
a(15) from Michael S. Branicky, Jul 03 2024