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.

A204515 a(n) = (2*n)! * (2*n+1)! / ((n+1)^2 * n!^3).

Original entry on oeis.org

1, 3, 40, 1050, 42336, 2328480, 163088640, 13913499600, 1401656256000, 162984589447680, 21497802046156800, 3172717285311974400, 518147911684085760000, 92790773980160256000000, 18083066033253630689280000, 3810158522787893903827200000
Offset: 0

Views

Author

Reinhard Zumkeller, Oct 19 2014

Keywords

Comments

Central terms of the triangle A247500.

Crossrefs

Programs

  • Haskell
    a204515 n = a247500 (2 * n) n
    
  • Mathematica
    Table[((2n)!(2n+1)!)/((n+1)^2 n!^3),{n,0,20}] (* Harvey P. Dale, May 17 2019 *)
  • PARI
    a(n) = (2*n)! * (2*n+1)! / ((n+1)^2 * n!^3); \\ Michel Marcus, Feb 03 2022

Formula

a(n) = A248045(n+1) / (n+1).