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.

A173171 a(n) = - sin^2((2n-1)*arccos(sqrt n)) = sin^2((2n-1)*arcsin(sqrt n)) - 1.

Original entry on oeis.org

-1, 0, 49, 23762, 25421763, 48225038404, 142786923879605, 608447515452613206, 3527836867501829594887, 26710782540478226038759688, 255922222218837615280903143609, 3026917140685147530327256796600410
Offset: 0

Views

Author

Artur Jasinski, Feb 11 2010

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Round[-N[ Sin[(2 n - 1) ArcCos[Sqrt[n]]]^2, 100]], {n, 0, 20}] (* Artur Jasinski, Feb 11 2010; Typo fixed by Vincenzo Librandi, Jun 29 2014 *)