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.

A139198 a(n) = prime(n)!/10 - 1.

Original entry on oeis.org

11, 503, 3991679, 622702079, 35568742809599, 12164510040883199, 2585201673888497663999, 884176199373970195454361599999, 822283865417792281772556287999999
Offset: 3

Views

Author

Artur Jasinski, Apr 11 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(Prime[n]! - 10)/10, {n, 3, 20}]
  • PARI
    a(n) = prime(n)!/10 - 1 \\ David A. Corneth, Jun 02 2017

Formula

a(n) = A039716(n)/10 - 1. - Elmo R. Oliveira, Jan 20 2023