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 #15 Sep 08 2022 08:45:15
%S 1,5,6,8,1,5,9,9,9,6,6,8,4,0,1,1,8,2,6,3,5,2,3,9,5,9,8,6,1,1,9,6,7,1,
%T 0,8,0,9,0,9,5,3,5,1,2,3,2,8,4,4,2,0,2,6,3,0,2,3,0,9,5,0,1,4,2,9,7,0,
%U 4,5,9,3,2,3,9,7,3,7,9,6,8,4,5,7,4,0,7,3,2,1,3,4,9,7,3,8,0,9,5,5,1,4,5,1,1
%N Decimal expansion of exp(Pi*sqrt(29/2)).
%C Let q = this constant, then q = 396^2 - Sum_{k>=0} A007247(k)/q^(2*k - 1) where A007247 is the McKay-Thompson series of class 4B for Monster.
%H G. C. Greubel, <a href="/A100379/b100379.txt">Table of n, a(n) for n = 6..10000</a>
%H Titus Piezas III <a href="http://sites.google.com/site/tpiezas/ramanujan">The Ramanujan Pages</a>
%e 156815.99966840118263523959861196710809095351232844202...
%t RealDigits[Exp[Pi Sqrt[29/2]],10,120][[1]] (* _Harvey P. Dale_, Jul 19 2011 *)
%o (PARI) exp(Pi*sqrt(29/2)) \\ _G. C. Greubel_, Feb 14 2018
%o (Magma) R:= RealField(); Exp(Pi(R)*Sqrt(29/2)); // _G. C. Greubel_, Feb 14 2018
%Y Cf. A060295.
%K nonn,cons
%O 6,2
%A _Gerald McGarvey_, Dec 29 2004