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.

A175699 a(n) = n ^ phi(n-1), phi(n) = A000010(n) = Euler totient function.

Original entry on oeis.org

1, 2, 3, 16, 25, 1296, 49, 262144, 6561, 1000000, 14641, 61917364224, 28561, 56693912375296, 11390625, 4294967296, 6975757441, 121439531096594251776, 47045881
Offset: 1

Views

Author

Jaroslav Krizek, Aug 09 2010

Keywords

Examples

			For n = 6, a(6) = 6 ^ phi(6-1) = 6 ^ A000010(5) = 6 ^ 4 = 1296.
		

Programs