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.

Showing 1-1 of 1 results.

A361835 a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(2*k,k) * binomial(n*k,n-k).

Original entry on oeis.org

1, 2, 2, -10, -10, 242, -678, -7054, 88342, -207646, -6015904, 88310862, -312514816, -8847633338, 184252541514, -1269592841970, -17662739133178, 634109114537218, -7914500471718552, -18165019012117450, 2936604063787679650, -62899139815867627378
Offset: 0

Views

Author

Seiichi Manyama, Mar 26 2023

Keywords

Crossrefs

Main diagonal of A361834.

Programs

  • PARI
    a(n) = sum(k=0, n, (-1)^(n-k)*binomial(2*k, k)*binomial(n*k, n-k));

Formula

a(n) = [x^n] 1/sqrt(1 - 4*x*(1-x)^n).
Showing 1-1 of 1 results.