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.

A139168 a(n) = (prime(n)! + 10)/10.

Original entry on oeis.org

13, 505, 3991681, 622702081, 35568742809601, 12164510040883201, 2585201673888497664001, 884176199373970195454361600001, 822283865417792281772556288000001
Offset: 3

Views

Author

Artur Jasinski, Apr 11 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(Prime[n]! + 10)/10, {n, 3, 30}]