cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A245333 Decimal expansion of the 6th du Bois-Reymond constant.

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