# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a093961 Showing 1-1 of 1 %I A093961 #13 Dec 30 2021 01:30:06 %S A093961 1,9,0,3,5,6,8,0,6,5,7,2,9,9,0,6,3,3,8,9,0,0,8,3,3,7,2,1,4,8,1,7,9,3, %T A093961 5,3,4,1,6,4,0,5,8,5,8,1,5,0,5,8,0,5,5,7,6,3,0,3,4,4,7,6,8,8,3,3,6,6, %U A093961 8,4,9,2,3,9,9,3,2,5,1,8,6,7,9,9,7,7,4,6,2,1,9,6,7,0,9,3,4,2,4,5,4,8,4,5,0 %N A093961 Decimal expansion of binomial(Pi, e). %H A093961 Harry J. Smith, Table of n, a(n) for n = 1..5000 %F A093961 Equals Pi!/(e! * (Pi-e)!). %e A093961 1.903568065729906338900833721481793534164058581505805576303447688336684... - _Harry J. Smith_, Jun 17 2009 %t A093961 RealDigits[ Binomial[Pi, E], 10, 111][[1]] %o A093961 (PARI) { allocatemem(932245000); default(realprecision, 5080); e=exp(1); x=gamma(Pi+1)/(gamma(e+1)*gamma(Pi-e+1)); for (n=1, 5000, d=floor(x); x=(x-d)*10; write("b093961.txt", n, " ", d)); } \\ _Harry J. Smith_, Jun 17 2009 %o A093961 (Sage) numerical_approx( gamma(pi+1)/(gamma(e+1)*gamma(pi -e +1)), digits=120) # _G. C. Greubel_, Dec 29 2021 %Y A093961 The continued fraction is A093962. %K A093961 cons,nonn %O A093961 1,2 %A A093961 _Robert G. Wilson v_, Apr 20 2004 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE