A076630 a(n) is the smallest number such that product of first n terms is strictly greater than n-th power of a(n-1) starting with a(1)=1.
1, 2, 5, 63, 1575297, 15398261127422599513389116979
Offset: 1
Keywords
Examples
a(4)=1+floor[5^4/(1*2*5)]=1+floor[62.5]=63.
Crossrefs
Cf. A076483.
Formula
a(n) = 1 + floor[a(n-1)^n / Product_i{0
Comments