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.

A173134 a(n) = Sinh[(2n-1)ArcCosh[n]]^2.

Original entry on oeis.org

-1, 0, 675, 11309768, 878801253135, 208241673295152024, 118270071682117442287235, 137788343929239264227213170608, 295355309179742652677310128859789375
Offset: 0

Views

Author

Artur Jasinski, Feb 10 2010

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Round[Sinh[(2 n - 1) ArcCosh[n]]^2], {n, 0, 20}]

Formula

a(n) ~ 2^(4*n-4) * n^(4*n-2). - Vaclav Kotesovec, Apr 05 2016