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.

A100731 a(n) = 3^(n!).

Original entry on oeis.org

3, 3, 9, 729, 282429536481, 1797010299914431210413179829509605039731475627537851106401
Offset: 0

Views

Author

Parthasarathy Nambi, Jan 12 2005

Keywords

Examples

			If n=2, 3^(2!) = 9.
If n=3, 3^(3!) = 729.
If n=4, 3^(4!) = 282429536481.
		

Crossrefs

Programs

Formula

From Vincenzo Librandi, Dec 16 2012: (Start)
a(n) = a(n-1)^n, a(0)=3.
a(n) = A000244(A000142(n)). (End)