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.

A099281 Decimal expansion of the sine integral at 1.

Original entry on oeis.org

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

Views

Author

Robert G. Wilson v, Oct 08 2004

Keywords

Examples

			0.946083070367183014941353313823179657812337954738111790471454773...
		

References

  • HP 82480A Math Pac Owner's Manual For the HP-71, Section 11: Numerical Integration, Page 118.

Crossrefs

Programs

Formula

From Amiram Eldar, Aug 21 2020: (Start)
Equals Integral_{x=0..1} sin(x)/x dx.
Equals -Integral_{x=0..1} log(x)*cos(x) dx.
Equals Sum_{k>=0} (-1)^k/((2*k+1)*(2*k+1)!). (End)