A181425 Decimal expansion of e^(Pi*sqrt(22))/8.
3, 1, 3, 6, 1, 8, 9, 9, 9, 7, 8, 2, 1, 7, 8, 0, 5, 8, 3, 9, 5, 6, 9, 1, 1, 4, 9, 2, 6, 5, 2, 1, 0, 8, 9, 5, 3, 0, 9, 5, 5, 1, 3, 4, 1, 8, 5, 8, 5, 2, 5, 8, 0, 4, 4, 6, 6, 2, 0, 7, 6, 0, 3, 8, 0, 2, 9, 6, 7, 6, 3, 4, 1, 7, 9, 5, 2, 9, 7, 7, 3, 2, 1, 6, 4, 6, 6, 8, 0, 6, 3, 9, 9, 3, 4, 3, 3, 7, 8, 2, 1, 3, 3, 4, 2
Offset: 6
Examples
e^(Pi*sqrt(22))/8 = 313618.99978217805839569114926521089530955134185852580... This is almost the prime 313619.
Programs
-
Mathematica
RealDigits[E^(Pi Sqrt[22])/8,10,120][[1]] (* Harvey P. Dale, Apr 22 2018 *)
-
PARI
exp(Pi*sqrt(22))/8 \\ Charles R Greathouse IV, Mar 26 2012
Formula
e^(Pi*sqrt(22))/8.
Extensions
Prior Mathematica program replaced by Harvey P. Dale, Apr 22 2018
Comments