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.

A100012 Let h(k) = a(k)*((145*a(k)^3)-(280*a(k)^2)+(179*a(k))-38)/6, then a(n) = h(a(n-1)) for n >= 1 and a(0) =2.

Original entry on oeis.org

2, 120, 4930988840, 14287387711051307292599794275187472361080
Offset: 0

Views

Author

Jonathan Vos Post, Nov 17 2004

Keywords

Comments

The next term has 163 digits.

Crossrefs

Programs

  • Mathematica
    NestList[#/6*(145#^3-280#^2+179#-38)&,2,3] (* Harvey P. Dale, Apr 09 2015 *)