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.

A055591 a(n) = a(n-1)+3^a(n-1).

Original entry on oeis.org

0, 1, 4, 85, 35917545547686059365808220080151141317128
Offset: 0

Views

Author

Henry Bottomley, May 26 2000

Keywords

Examples

			a(3) = 4+3^4 = 4+81 = 85
		

Crossrefs

Programs

Formula

a(n) = A055591(n-1)+A055590(n)