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.

A007851 Number of elements w of the Weyl group D(n) such that the roots sent negative by w span an Abelian subalgebra of the Lie algebra.

Original entry on oeis.org

1, 4, 14, 48, 167, 593, 2144, 7864, 29171, 109173, 411501, 1560089, 5943199, 22732739, 87253604, 335897864, 1296447899, 5015206349, 19439895089, 75487384829, 293595204239, 1143532045499, 4459774977449, 17413705988873
Offset: 1

Views

Author

C. Kenneth Fan [ ckfan(AT)MIT.EDU ]

Keywords

Programs

  • Mathematica
    Table[(n+3) CatalanNumber[n]/2-1,{n,30}] (* Harvey P. Dale, Oct 06 2017 *)

Formula

a(n) = (n+3)*C(n)/2 - 1, where C(n) is a Catalan number (see A000108).
D-finite with recurrence: -(n+1)*(3*n^2+n-12)*a(n) +(15*n^3+14*n^2-85*n+36)*a(n-1) -2*(2*n-3)*(3*n^2+7*n-8)*a(n-2)=0. - R. J. Mathar, Jun 11 2019