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.

A347201 Decimal expansion of sin(sqrt(2)).

Original entry on oeis.org

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

Views

Author

Sean A. Irvine, Aug 22 2021

Keywords

Examples

			0.98776594599273552706913407207894265590...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Sin[Sqrt[2]], 10, 120][[1]] (* Amiram Eldar, Jun 01 2023 *)

Formula

Equals sqrt(2) * Sum_{n>=0} (-1)^n/A007019(n) = sqrt(2) * Sum_{n>=0} (-2)^n/(2*n+1)!. - Amiram Eldar, Jun 01 2023