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.

A284438 a(n) = phi(n)^n.

Original entry on oeis.org

1, 1, 8, 16, 1024, 64, 279936, 65536, 10077696, 1048576, 100000000000, 16777216, 106993205379072, 78364164096, 35184372088832, 281474976710656, 295147905179352825856, 101559956668416, 708235345355337676357632, 1152921504606846976, 46005119909369701466112, 10000000000000000000000
Offset: 1

Views

Author

Vincenzo Librandi, Apr 05 2017

Keywords

Examples

			a(4) = 16 because phi(4)^4 = 2^4 = 16.
a(5) = 1024 because phi(5)^5 = 4^5 = 1024.
		

Crossrefs

Programs

  • Magma
    [EulerPhi(n)^n: n in [1..25]];
  • Mathematica
    Table[EulerPhi[n]^n, {n, 30}]