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.

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

Original entry on oeis.org

1, 2, 18, 360, 12600, 680400, 52390800, 5448643200, 735566832000, 125046361440000, 26134689540960000, 6585941764321920000, 1969196587532254080000, 689218805636288928000000, 279133616282697015840000000, 129517997955171415349760000000, 68255984922375335889323520000000
Offset: 0

Views

Author

Paul Barry, Sep 04 2007

Keywords

Comments

Define T(n,k)=((1+(-1)^n)/2)*C(k-1+n/2, n/2)*n!/2^(n/2). Then T(n,k) has e.g.f. 1/sum{j=0..k, C(k,j)*(-1)^j*x^(2j)/2^j}. T(n,1) is A000680 with interpolated zeros. T(n,3) is A132912.

Crossrefs

Programs

  • Mathematica
    Table[(n+1) (2n)!/2^n,{n,0,20}] (* Harvey P. Dale, Jun 02 2020 *)

Formula

E.g.f.: 1/(1-x^2+x^4/4) (with interpolated zeros);
a(n)-(n+1)*(2*n-1)*a(n-1)=0. - R. J. Mathar, Nov 05 2012
Showing 1-1 of 1 results.