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.

A349077 a(n) = 4^n * P(2*n, n), where P(n, x) is n-th Legendre polynomial.

Original entry on oeis.org

1, 4, 886, 575296, 748553926, 1638884021248, 5430931463592636, 25386301852394340352, 159203574262026117932614, 1290247693627696897075707904, 13126820230906199855332092508756, 163819123650250694146607819756929024, 2460884002303138397686849151579559249436
Offset: 0

Views

Author

Vaclav Kotesovec, Nov 07 2021

Keywords

Crossrefs

Programs

  • Mathematica
    Table[4^n*LegendreP[2*n, n], {n, 0, 15}]
  • PARI
    a(n) = 4^n*pollegendre(2*n, n); \\ Michel Marcus, Nov 08 2021

Formula

a(n) ~ 2^(4*n - 1/2) * n^(2*n - 1/2) / sqrt(Pi).