login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A173134
a(n) = Sinh[(2n-1)ArcCosh[n]]^2.
7
-1, 0, 675, 11309768, 878801253135, 208241673295152024, 118270071682117442287235, 137788343929239264227213170608, 295355309179742652677310128859789375
OFFSET
0,3
FORMULA
a(n) ~ 2^(4*n-4) * n^(4*n-2). - Vaclav Kotesovec, Apr 05 2016
MATHEMATICA
Table[Round[Sinh[(2 n - 1) ArcCosh[n]]^2], {n, 0, 20}]
KEYWORD
sign
AUTHOR
Artur Jasinski, Feb 10 2010
STATUS
approved