A173150 a(n) = sinh^2 (2n*arccosh(sqrt n)).
0, 0, 288, 235224, 354079488, 865363202000, 3134808545188320, 15796198853361763368, 105717380511014096025600, 907380314352243226001152800, 9718304978537581699085289156000
Offset: 0
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..170
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
Comments