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.

A179512 a(1) = 12, a(n) = prime(a(n-1)) - 2a(n-1).

Original entry on oeis.org

12, 13, 15, 17, 25, 47, 117, 409, 1985, 13269, 116555, 1301043, 17911307, 296651169, 5792367991, 131137897895, 3395020992813, 99343099511585
Offset: 1

Views

Author

Robert G. Wilson v, Jul 17 2010

Keywords

Crossrefs

Programs

  • Mathematica
    NestList[ Prime@# - 2# &, 12, 17]