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.

A173150 a(n) = sinh^2 (2n*arccosh(sqrt n)).

Original entry on oeis.org

0, 0, 288, 235224, 354079488, 865363202000, 3134808545188320, 15796198853361763368, 105717380511014096025600, 907380314352243226001152800, 9718304978537581699085289156000
Offset: 0

Views

Author

Artur Jasinski, Feb 11 2010

Keywords

Comments

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

Crossrefs

Programs

  • Maple
    A173150 := proc(n) sinh(2*n*arccosh(sqrt(n))) ; %^2 ; expand(%) ; simplify(%) ;end proc: # R. J. Mathar, Feb 26 2011
  • Mathematica
    Table[Round[-Sin[2 n ArcCos[Sqrt[n]]]^2], {n, 0, 20}] (* Artur Jasinski, Feb 11 2010 *)

Extensions

Minor edits by Vaclav Kotesovec, Apr 05 2016