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.

A004217 a(n) = (n^n)^(n^n).

Original entry on oeis.org

1, 1, 256, 443426488243037769948249630619149892803
Offset: 0

Views

Author

Henry Bottomley, Jun 08 2000

Keywords

Comments

The next four terms have 617, 10922, 217833 and 4871823 digits respectively. - Rick L. Shepherd, May 07 2006

Programs

  • Mathematica
    (#^#)^(#^#)&/@Range[4] (* Harvey P. Dale, Dec 25 2024 *)

Formula

a(n) = A000312(A000312(n)) = n^A007778(n) = A002488(n)^n = A002489(n)^A000169(n).

Extensions

a(0) prepended by Jinyuan Wang, Jan 17 2025