OFFSET
2,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 2..10000
Rustum Choksi, Cyrill B. Muratov, and Ihsan Topaloglu, An Old Problem Resurfaces Nonlocally: Gamow's Liquid Drops Inspire Today's Research and Applications, AMS Notices, 64 (2017), 1275-1283; see p. 1277.
EXAMPLE
44.13399736593442890547345588716493960971890711316446497716446372245328...
MATHEMATICA
First[ RealDigits[ 40 Pi/3 (2^(1/3) + 2^(-1/3) - 1), 10, 100]]
PROG
(PARI) 40*Pi*(2^(1/3)+2^(-1/3)-1)/3 \\ Iain Fox, Dec 08 2017
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); 40*Pi(R)*(2^(1/3)+2^(-1/3)-1)/3; // G. C. Greubel, Feb 02 2019
(Sage) numerical_approx(40*pi*(2^(1/3)+2^(-1/3)-1)/3, digits=100) # G. C. Greubel, Feb 02 2019
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Jonathan Sondow, Dec 08 2017
STATUS
approved