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.

A132638 Numbers of the form m^m where m is oblong (promic).

Original entry on oeis.org

4, 46656, 8916100448256, 104857600000000000000000000, 205891132094649000000000000000000000000000000, 150130937545296572356771972164254457814047970568738777235893533016064
Offset: 1

Views

Author

Omar E. Pol, Aug 24 2007

Keywords

Examples

			a(2)=46656 because we can write 46656=6^6 or 46656=6*6*6*6*6*6.
		

Crossrefs

Subsequence of A000312.
Oblong numbers: A002378

Programs

Formula

a(n) = (n^2+n)^(n^2+n).

Extensions

New name and a(5)-a(6) from Charles R Greathouse IV, Mar 16 2022