Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A372859
Decimal expansion of (1 + log(4))/16.
3
1, 4, 9, 1, 4, 3, 3, 9, 7, 5, 6, 9, 9, 9, 3, 1, 6, 3, 6, 7, 7, 1, 5, 4, 0, 1, 5, 1, 8, 2, 2, 7, 2, 0, 7, 1, 0, 0, 9, 4, 3, 7, 5, 1, 6, 7, 9, 5, 0, 3, 1, 9, 0, 6, 7, 6, 5, 0, 8, 5, 0, 0, 1, 1, 8, 6, 6, 7, 4, 2, 0, 2, 7, 4, 6, 2, 1, 1, 8, 3, 9, 4, 5, 0, 7, 3
OFFSET
0,2
FORMULA
Equals Integral_{x=2..oo} log(x)/x^3 dx.
EXAMPLE
0.149143397569993163677154015182272071009437516795031...
MATHEMATICA
s = Integrate[Log[x]/x^3, {x, 2, Infinity}]
d = N[s, 100]
First[RealDigits[d]]
N[1/16 (1 + Log[4]), 100]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jun 09 2024
STATUS
approved