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.

A008972 n^2 raised to power n^2.

Original entry on oeis.org

1, 256, 387420489, 18446744073709551616, 88817841970012523233890533447265625, 106387358923716524807713475752456393740167855629859291136
Offset: 1

Views

Author

Keywords

Comments

Since (x^n)^m = x^(nm) then (n^2)^(n^2) = n^(2*(n^2)). - Jonathan Vos Post, Mar 08 2010

Crossrefs

Programs

Formula

a(n) = A000312(A000290(n)). - Reinhard Zumkeller, Mar 20 2009
a(n) = n^(2*(n^2)). - Jonathan Vos Post, Mar 08 2010
a(n) = [x^(n^2)] 1/(1 - n^2*x). - Ilya Gutkovskiy, Oct 10 2017
Sum_{n>=1} 1/a(n) = A134878. - Amiram Eldar, Nov 13 2020