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.

Showing 1-1 of 1 results.

A055590 a(n) = 3^(sum of a(i) where i

Original entry on oeis.org

0, 1, 3, 81, 35917545547686059365808220080151141317043
Offset: 0

Views

Author

Henry Bottomley, May 26 2000

Keywords

Examples

			a(3) = 3^(0+1+3) = 3^4 = 81
		

Formula

a(n) = 3^A055591(n-1) = A055591(n)-A055591(n-1)
Showing 1-1 of 1 results.