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.

A179274 a(1) = 5, a( n) = prime(a(n-1)) - a(n-1).

Original entry on oeis.org

5, 6, 7, 10, 19, 48, 175, 864, 5837, 51800, 584259, 8124352, 135854841, 2676859186, 61120545021, 1594967614576, 47019134572933
Offset: 1

Views

Author

Zak Seidov, Jul 07 2010

Keywords

Crossrefs

Cf. A074271 a(1) = 1, a(n) = prime(a(n-1)) + a(n-1).

Programs

  • Mathematica
    NestList[Prime[ # ]-#&,5,15]

Extensions

a(17) from Robert G. Wilson v, Jul 12 2010