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.

A274306 a(n) = Product_{k=1..n} (4*k^4+1).

Original entry on oeis.org

1, 5, 325, 105625, 108265625, 270772328125, 1403954521328125, 13484983177356640625, 220951449360988556640625, 5798870788479144669033203125, 231960630409954265905997158203125, 13584774319958971582784723570166015625
Offset: 0

Views

Author

N. J. A. Sloane, Jun 20 2016

Keywords

Crossrefs

For squares in this sequence see A274307.
Cf. A255434.

Programs

  • Mathematica
    Table[Product[4*k^4+1, {k,1,n}], {n, 0, 15}] (* Vaclav Kotesovec, Oct 10 2016 *)
  • PARI
    a(n) = prod(k=1, n, 4*k^4+1); \\ Michel Marcus, Oct 10 2016

Formula

a(n) ~ (1 + cosh(Pi)) * 2^(2*n + 2) * n^(4*n + 2) / exp(4*n). - Vaclav Kotesovec, Oct 10 2016