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.

A101512 Decimal expansion of the sine integral at 2*Pi.

Original entry on oeis.org

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

Views

Author

Robert G. Wilson v, Jan 25 2005

Keywords

Comments

Si(Infinity)=Pi/2=~1.57079... (A019669).

Examples

			1.41815157613262845024578016229974942914245334929501627184272022969...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[ SinIntegral[2Pi], 10, 111] [[1]]

Formula

Equals Integral_{x=0..2*Pi} sin(x)/x dx.