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.

A240676 Number of digits in the decimal expansion of n^7.

Original entry on oeis.org

1, 1, 3, 4, 5, 5, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13
Offset: 0

Views

Author

Michelle Tu, Apr 28 2014

Keywords

Examples

			a(1) = 1, because 1^7 = 1.
a(2) = 4, because 2^7 = 1024.
		

Programs

Formula

a(n) = A055642(n^7) = A055642(A001015(n)).