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.

A132650 a(n) = d(n)^d(n), where d(n) = A000005(n).

Original entry on oeis.org

1, 4, 4, 27, 4, 256, 4, 256, 27, 256, 4, 46656, 4, 256, 256, 3125, 4, 46656, 4, 46656, 256, 256, 4, 16777216, 27, 256, 256, 46656, 4, 16777216, 4, 46656, 256, 256, 256, 387420489, 4, 256, 256, 16777216, 4, 16777216, 4, 46656, 46656, 256, 4, 10000000000, 27, 46656
Offset: 1

Views

Author

Omar E. Pol, Aug 29 2007

Keywords

Examples

			a(12) = 46656 because d(12) = 6 and we can write 46656 = 6^6 or 46656.
		

Crossrefs

Programs

  • Mathematica
    Table[dn=DivisorSigma[0,n];dn^dn,{n,50}] (* James C. McMahon, Mar 08 2025 *)

Formula

a(n) = d(n)^d(n), where d(n) = A000005(n).

Extensions

a(48)-a(50) from James C. McMahon, Mar 08 2025