Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #10 Apr 20 2016 11:16:17
%S 3,0,9,9,9,9,9,8,2,1,9,5,8,2,3,9,8,5,1,2,4,4,5,4,8,1,1,8,9,4,9,4,2,7,
%T 3,2,9,9,0,8,9,2,8,8,3,0,3,0,0,2,7,1,6,7,5,8,8,9,5,5,8,6,2,3,9,7,7,8,
%U 8,3,6,5,6,2,7,0,9,5,9,1,8,9,7,4,3,0
%N Decimal expansion of e^(Pi*42^(1/42)).
%F This transcendental number is very close to the integer 31.
%e 30.9999982195823985124454811894942732990892883030027167588955862397788...
%t RealDigits[E^(Pi 42^(1/42)), 10, 90][[1]]
%o (PARI) exp(42^(1/42)*Pi) \\ _Charles R Greathouse IV_, Apr 20 2016
%Y Cf. A000796, A001113, A011461, A154841.
%K nonn,cons
%O 2,1
%A _Bruno Berselli_, Mar 05 2015