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.

A323538 a(n) = Product_{k=1..n} (binomial(k-1,8) + binomial(n-k,8)).

Original entry on oeis.org

1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 676788847291127500630565286687890625, 224202413239751513418389758669186941328125000, 81789054189516490351294844356948943677175390625000000, 29455964980491136378751203264203423123185624125549245000000000
Offset: 0

Views

Author

Vaclav Kotesovec, Jan 17 2019

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Product[Binomial[k-1,8] + Binomial[n-k,8], {k, 1, n}], {n, 0, 20}]
  • PARI
    a(n) = prod(k=1, n, binomial(k-1, 8)+binomial(n-k, 8)) \\ Felix Fröhlich, Jan 17 2019

Formula

a(n) ~ exp(-8*n + (2*sqrt(2+sqrt(2)) - 1/2 - sqrt(2))*Pi*(n-8)) * n^(8*n) / (8!)^n.