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.

A175701 a(n) = n ^ (phi(n)+1), phi(n) = A000010(n) = Euler totient function.

Original entry on oeis.org

1, 4, 27, 64, 3125, 216, 823543, 32768, 4782969, 100000, 285311670611, 248832, 302875106592253, 105413504, 38443359375, 68719476736, 827240261886336764177, 612220032, 1978419655660313589123979
Offset: 1

Views

Author

Jaroslav Krizek, Aug 09 2010

Keywords

Examples

			For n = 6, a(6) = 6 ^ (phi(6)+1) = 6 ^ (A000010(6)+1) = 6 ^ (2+1) = 216.
		

Programs

Formula

a(n) = n*A062981(n). - R. J. Mathar, Apr 01 2014