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.

A179513 a(1) = 1, a(n) = prime(a(n-1)) + 3*a(n-1).

Original entry on oeis.org

1, 5, 26, 179, 1600, 18299, 258850, 4407623, 88463546, 2056904519, 54625874590, 1637606381371, 54871264668362
Offset: 1

Views

Author

Robert G. Wilson v, Jul 17 2010

Keywords

Crossrefs

Programs

  • Mathematica
    NestList[ Prime@# + 3# &, 1, 13]