%I #17 Feb 24 2023 04:40:38
%S 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,
%T 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,
%U 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
%N Decimal expansion of the 6th du Bois-Reymond constant.
%D Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 3.12 Du Bois Reymond Constants, p. 238.
%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/duBois-ReymondConstants.html">du Bois-Reymond Constants</a>
%F c_6 = (1/32)*(e^6 - 6*e^4 + 3*e^2 - 98).
%e 0.000220674708176213169277990873376019646763182409385382227156501293654...
%t c6 = (1/32)*(E^6 - 6*E^4 + 3*E^2 - 98); Join[{0, 0, 0}, RealDigits[c6, 10, 102] // First]
%Y Cf. A062546 (c2), A224196 (c3), A207528 (c4), A243108 (c5).
%K nonn,cons,easy
%O 0,4
%A _Jean-François Alcover_, Jul 18 2014