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.

A139197 Natural numbers of the form (prime(n)!-9)/9.

Original entry on oeis.org

559, 4435199, 691891199, 39520825343999, 13516122267647999, 2872446304320552959999, 982417999304411328282623999999, 913648739353102535302840319999999
Offset: 1

Views

Author

Artur Jasinski, Apr 11 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(Prime[n]! - 9)/9, {n, 4, 20}]
    (Prime[Range[4,20]]!-9)/9 (* Harvey P. Dale, Apr 10 2019 *)