A245333 Decimal expansion of the 6th du Bois-Reymond constant.
0, 0, 0, 2, 2, 0, 6, 7, 4, 7, 0, 8, 1, 7, 6, 2, 1, 3, 1, 6, 9, 2, 7, 7, 9, 9, 0, 8, 7, 3, 3, 7, 6, 0, 1, 9, 6, 4, 6, 7, 6, 3, 1, 8, 2, 4, 0, 9, 3, 8, 5, 3, 8, 2, 2, 2, 7, 1, 5, 6, 5, 0, 1, 2, 9, 3, 6, 5, 4, 0, 4, 4, 4, 5, 6, 7, 3, 2, 9, 5, 9, 5, 3, 9, 6, 8, 5, 6, 4, 7, 9, 6, 1, 9, 2, 5, 7, 9, 0, 4, 9, 9, 7, 6, 2, 6, 6, 9
Offset: 0
Examples
0.000220674708176213169277990873376019646763182409385382227156501293654...
References
- Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 3.12 Du Bois Reymond Constants, p. 238.
Links
- Eric Weisstein's World of Mathematics, du Bois-Reymond Constants
Programs
-
Mathematica
c6 = (1/32)*(E^6 - 6*E^4 + 3*E^2 - 98); Join[{0, 0, 0}, RealDigits[c6, 10, 102] // First]
Formula
c_6 = (1/32)*(e^6 - 6*e^4 + 3*e^2 - 98).