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.

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Jul 18 2014

Keywords

Examples

			0.000220674708176213169277990873376019646763182409385382227156501293654...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 3.12 Du Bois Reymond Constants, p. 238.

Crossrefs

Cf. A062546 (c2), A224196 (c3), A207528 (c4), A243108 (c5).

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).