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.

A111506 Decimal expansion of the fourth power of sine of 1 degree.

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Nov 16 2005

Keywords

Examples

			0.9277293016594852361505..*10^(-7).
		

Crossrefs

Cf. A019810.

Programs

  • Maple
    evalf(sin(Pi/180)^4) ;
  • Mathematica
    Join[PadRight[{},7,0],RealDigits[Sin[1 Degree]^4,10,120][[1]]] (* Harvey P. Dale, Oct 29 2023 *)