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.

A276755 a(n) = A275706(n)^2 + A276688(n)^2 = [n]{1+i}! * [n]{1-i}!, where [n]_q! is the q-factorial, i = sqrt(-1).

Original entry on oeis.org

1, 1, 5, 65, 1625, 66625, 4330625, 489360625, 110106140625, 52961053640625, 54285079981640625, 114704374001206640625, 484625980155098056640625, 4032572780870570929306640625
Offset: 0

Views

Author

Vladimir Reshetnikov, Sep 16 2016

Keywords

Crossrefs

Programs

  • Mathematica
    Table[QFactorial[n, 1 + I] QFactorial[n, 1 - I], {n, 0, 20}]

Formula

a(n) = |[n]_{1+i}!|^2.
a(n+1)/a(n) = 4*A038505(n) + 1.