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.

A246820 Decimal expansion of integral_{0..infinity} x*exp(-x)/(1+x^2) dx.

Original entry on oeis.org

3, 4, 3, 3, 7, 7, 9, 6, 1, 5, 5, 6, 4, 2, 7, 0, 3, 2, 8, 3, 2, 5, 3, 3, 0, 0, 3, 8, 5, 8, 3, 1, 2, 4, 3, 4, 0, 0, 1, 2, 4, 4, 0, 1, 9, 4, 9, 9, 9, 0, 7, 5, 1, 9, 2, 0, 5, 7, 6, 7, 1, 8, 1, 6, 3, 8, 7, 0, 4, 6, 4, 2, 2, 9, 8, 1, 1, 7, 5, 7, 2, 6, 2, 8, 3, 3, 3, 2, 7, 6, 2, 9, 6, 8, 6, 0, 1, 2, 1, 2, 4, 5, 5, 1
Offset: 0

Views

Author

Jean-François Alcover, Sep 04 2014

Keywords

Examples

			0.3433779615564270328325330038583124340012440194999075192...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[(1/2)*Sin[1]*(Pi - 2*SinIntegral[1]) - Cos[1]*CosIntegral[1], 10, 104] // First

Formula

(1/2)*sin(1)*(Pi - 2*Si(1)) - cos(1)*Ci(1), where Si is the sine integral function and Ci the cosine integral function.
Also equals -integral_{0..1} log(x)/(1+log(x)^2) dx.
Also equals cot(1)*A224518 + Ci(1)*csc(1).