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.

A179516 a(1) = 73, a(n) = prime(a(n-1)) - 4*a(n-1).

Original entry on oeis.org

73, 75, 79, 85, 99, 127, 201, 425, 1253, 5199, 29945, 229823, 2275065, 28132841, 423135497, 7573775211, 158441583469, 3816126076107, 104494456797095
Offset: 1

Views

Author

Robert G. Wilson v, Jul 17 2010

Keywords

Crossrefs

Programs

  • Mathematica
    NestList[ Prime@# - 4# &, 73, 18]