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.

A051287 Triangular array T read by rows: T(n,k)=P(n,k,|n-2k|), where P(n,k,c)=number of vectors (x(1),x(2,),...,x(n)) of k 1's and n-k 0's such that x(i)=x(n+1-i) for exactly c values of i.

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 4, 4, 4, 1, 1, 4, 4, 4, 4, 1, 1, 6, 12, 8, 12, 6, 1, 1, 6, 12, 8, 8, 12, 6, 1, 1, 8, 24, 32, 16, 32, 24, 8, 1, 1, 8, 24, 32, 16, 16, 32, 24, 8, 1, 1, 10, 40, 80, 80, 32, 80, 80, 40, 10, 1, 1, 10, 40, 80, 80, 32, 32, 80
Offset: 0

Views

Author

Keywords

Comments

P(n,k,n) counts palindromes.

Examples

			Rows: {1}; {1,1}; {1,2,1}; ...