OFFSET
1,1
COMMENTS
The constant plays a role in the flatness problem.
LINKS
Alan H. Guth, Inflationary universe: A possible solution to the horizon and flatness problems, Physical Review D 23 (2), pp. 347-356.
Wikipedia, Flatness problem
EXAMPLE
2.756113482693317348931228005964568462420025650300898461701736720338346...
MATHEMATICA
RealDigits[N[4/45*Pi^3, 105]][[1]]
PROG
(Magma) n:=4/45*Pi(RealField(105))^3; Reverse(Intseq(Floor(10^104*n)));
(PARI) default(realprecision, 105); x=4/45*Pi^3; for(n=1, 105, d=floor(x); x=(x-d)*10; print1(d, ", "));
CROSSREFS
KEYWORD
AUTHOR
Arkadiusz Wesolowski, Oct 04 2014
STATUS
approved