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.

A143857 a(n) = n + (n+1)*(n+2)^(n+3).

Original entry on oeis.org

8, 163, 3074, 62503, 1399684, 34588811, 939524102, 27894275215, 900000000008, 31384283767219, 1176925259169802, 47248516628391479, 2022385242251558924, 91957716979980468763, 4427218577690292387854, 225009351233083599856159
Offset: 0

Views

Author

Reinhard Zumkeller, Sep 03 2008

Keywords

Comments

Suggested by Karl Vago's contributions to Dario Alpern's list of records.

Examples

			a(1) = 1+(1+1)*(1+2)^(1+3) = 1+2*3^4 = 163.
		

Crossrefs

Programs

Formula

a(n) = n + A061250(n+3). - R. J. Mathar, Sep 04 2008