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 #11 Jul 24 2014 16:32:13
%S 1,3,0,5,0,7,0,5,3,3,3,5,3,5,4,1,7,5,3,3,0,4,8,4,6,8,5,9,6,5,4,6,1,7,
%T 7,6,8,6,8,2,5,6,9,0,9,5,0,7,1,7,4,2,8,7,9,7,3,0,8,7,2,2,2,1,2,8,2,9,
%U 5,3,7,4,0,6,0,0,6,5,7,5,8,7,7,3,8,9,3,3
%N Constant in the third-order correction term for gravitational potential in natural units, negated.
%C With units: -41/(10 Pi) * ħ*G^2/c^3 = -2.27509... * 10^-80 Joule * m^3/kg^2.
%H John Baez, <a href="https://plus.google.com/117663015413546257905/posts/87iC8XYhubZ">Quantum corrections to Newton's law of gravity</a> (2013).
%H N. E. J Bjerrum-Bohr, John F. Donoghue, and Barry R. Holstein, <a href="http://arxiv.org/abs/hep-th/0211072">Quantum gravitational corrections to the nonrelativistic scattering potential of two masses</a> (2002)
%H I. B. Khriplovich and G. G. Kirilin, <a href="http://arxiv.org/abs/gr-qc/0207118">Quantum power correction to the Newton law</a> (2002)
%e 41/(10 Pi) = 1.30507053335354175330484685965461776868256909507174287973...
%p Digits:=100: evalf(41/(10*Pi)); # _Wesley Ivan Hurt_, Jul 24 2014
%t Flatten[RealDigits[41/(10*Pi), 10, 100, 0]] (* _Wesley Ivan Hurt_, Jul 24 2014 *)
%o (PARI) 4.1/Pi
%K nonn,cons
%O 1,2
%A _Charles R Greathouse IV_, Jul 24 2014