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.

A139194 Natural numbers of the form (prime(n)!-6)/6.

Original entry on oeis.org

0, 19, 839, 6652799, 1037836799, 59281238015999, 20274183401471999, 4308669456480829439999, 1473626998956616992423935999999, 1370473109029653802954260479999999
Offset: 1

Views

Author

Artur Jasinski, Apr 11 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(Prime[n]! - 6)/6, {n, 2, 20}]