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.

A058125 n^(n^n)/(n^n)^n with 0^0=1.

Original entry on oeis.org

0, 1, 1, 387420489, 3121748550315992231381597229793166305748598142664971150859156959625371738819765620120306103063491971159826931121406622895447975679288285306290176
Offset: 0

Views

Author

Henry Bottomley, Nov 10 2000

Keywords

Examples

			a(2)=2^4/4^2=16/16=1. a(3)=3^27/27^3=7625597484987/19683=387420489.
		

Crossrefs

Formula

a(n) =n^(n^n-n^2) =n^A058126(n) =A002488(n)/A002489(n)