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.

A179514 a(1) = 31, a(n) = prime(a(n-1)) - 3a(n-1).

Original entry on oeis.org

31, 34, 37, 46, 61, 100, 241, 800, 3733, 23824, 200777, 2159228, 28739455, 461652916, 8767088533, 193511261098, 4894482550975, 140176399060982
Offset: 1

Views

Author

Robert G. Wilson v, Jul 17 2010

Keywords

Crossrefs

Programs

  • Mathematica
    NestList[ Prime@# - 3# &, 31, 17]