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.

A110130 Central coefficients of a scaled Legendre triangle.

Original entry on oeis.org

1, 0, 2, 4, 22, 136, 504, 5136, 16966, 240368, 752800, 13660480, 41492284, 918172848, 2734083968, 71399743744, 209681631814, 6312095369056, 18348172005888, 625558677709824, 1804161160185748, 68713071248064560
Offset: 0

Views

Author

Paul Barry, Jul 13 2005

Keywords

Comments

Central coefficients of triangle A110124.

Programs

Formula

a(n)=2^ceiling(n/2)*LegendreP(ceiling(n/2), floor(n/2));