OFFSET
4,1
COMMENTS
Continued fraction is [7380, 1, 1, 3, 1, 6028, 1, 2, 1, 1, 14, 1, 20, 5, 3, 1, 3, 1, 1, 1, 3, 1,...]. 9(Pi!)! = 66425.000018427934843551976104839524..., the continued fraction of which is [66425, 54265, 2, 3, 1, 2, 3, 1, 1, 1, 1, 2, 1, 3, 5, 2, 2, 8, 1, 4, 2, 1,...]. - Gerald McGarvey, Oct 23 2005
EXAMPLE
7380.55555760310387150577512275994711248926574113077177777365087887...
MATHEMATICA
RealDigits[(Pi!)!, 10, 111][[1]] (* Robert G. Wilson v, Oct 24 2005 *)
PROG
(PARI) \p 100
x=gamma(gamma(Pi+1)+1); y=x/10^ceil(log(x)/log(10))
for(n=1, 100, z=y*10; w=floor(z); print1(w, ", "); y=z-w)
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Gerald McGarvey, Oct 23 2005
EXTENSIONS
More terms from Gerald McGarvey, Oct 23 2005
STATUS
approved