A111293 Decimal expansion of Pi! (or Gamma(Pi+1)).
7, 1, 8, 8, 0, 8, 2, 7, 2, 8, 9, 7, 6, 0, 3, 2, 7, 0, 2, 0, 8, 2, 1, 9, 4, 3, 4, 5, 1, 2, 4, 7, 5, 8, 7, 1, 8, 5, 5, 9, 3, 0, 1, 7, 6, 3, 9, 6, 8, 4, 3, 7, 1, 6, 2, 4, 1, 0, 0, 3, 5, 6, 9, 9, 4, 2, 3, 4, 3, 8, 4, 0, 3, 8, 7, 1, 8, 6, 3, 8, 1, 2, 8, 5, 6, 9, 8, 4, 1, 9, 0, 6, 2, 9, 9, 0, 7, 8, 8, 2, 4, 7, 8, 6, 0
Offset: 1
Examples
7.188082728976032702082194345124758718559301763968437162410035699423438403...
Programs
-
Mathematica
RealDigits[N[Pi!,200]] (* Vladimir Joseph Stephan Orlovsky, May 27 2010 *)
-
PARI
\p 110; x=gamma(Pi+1);y=x/10^ceil(log(x)/log(10)); for(n=1,110,z=y*10;w=floor(z);print1(w,",");y=z-w)
Comments