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.

A180351 Smallest m such that tau(m!) > 10^(10^n).

Original entry on oeis.org

5, 53, 928, 13999, 187661, 2344658, 28039129, 325695551
Offset: 0

Views

Author

Jeff Burch, Aug 29 2010

Keywords

Examples

			a(0)=5 with tau(5!) = A000005(120) = 16 > 10^(10^0) = 10.
a(1)=53 with tau(53!) = A000005(427...0000) = 16174080000 > 10^(10^1) = 10^10.
		

Formula

min{m: A027423(m) > 10^(10^n)}.
a(n) = A098109(10^n).