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.

A179090 Variant of Sylvester's sequence: a(n + 1) = a(n)^2 - a(n) + 1, with a(1) = 14.

Original entry on oeis.org

14, 183, 33307, 1109322943, 1230597390756858307, 1514369938137587813730274566118047943, 2293316309534841541915473293317407057146218304394352680966696226728483307
Offset: 1

Views

Author

Ivan Panchenko, Jun 29 2010

Keywords

Comments

The next term (a(8)) has 145 digits. - Harvey P. Dale, Jul 14 2021

Crossrefs

Programs

  • Mathematica
    NestList[#^2-#+1&,14,8] (* Harvey P. Dale, Jul 14 2021 *)