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.

A132639 Catalan number C(n) raised to power C(n).

Original entry on oeis.org

1, 1, 4, 3125, 11112006825558016
Offset: 1

Views

Author

Omar E. Pol, Aug 24 2007

Keywords

Examples

			a(4)=3125 because C(4)=5 and we can write 3125=5^5 or 3125=5*5*5*5*5.
		

Crossrefs

Formula

a(n) = (C(n))^(C(n)).