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.

A111486 Decimal expansion of the square of sine of 1 degree.

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Nov 15 2005

Keywords

Examples

			0.00030458649045213499...
		

Crossrefs

Cf. A019810.

Programs

  • Maple
    evalf(sin(Pi/180)^2) ; # R. J. Mathar, Oct 03 2011
  • Mathematica
    Join[{0,0,0},RealDigits[Sin[Pi/180]^2,10,100][[1]]] (* Stefano Spezia, Jun 27 2025 *)

Extensions

Offset changed by Mohammad K. Azarian, Dec 11 2008