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.

A179518 a(1) = 190, a(n) = prime(a(n-1)) - 5a(n-1).

Original entry on oeis.org

190, 201, 224, 303, 484, 1041, 3088, 12947, 74568, 572311, 5657168, 69791959, 1046964612, 18688198211, 389869522006, 9364620246437
Offset: 1

Views

Author

Robert G. Wilson v, Jul 17 2010

Keywords

Crossrefs

Programs

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