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.

A245320 Coefficients of "optimum L" polynomials L_n(ω^2) ordered by increasing powers.

Original entry on oeis.org

0, 0, 1, 0, 0, 1, 0, 1, -3, 3, 0, 0, 3, -8, 6, 0, 1, -8, 28, -40, 20, 0, 0, 6, -40, 105, -120, 50, 0, 1, -15, 105, -355, 615, -525, 175, 0, 0, 10, -120, 615, -1624, 2310, -1680, 490, 0, 1, -24, 276, -1624, 5376, -10416, 11704, -7056, 1764, 0, 0, 15, -280
Offset: 0

Views

Author

Jonathan Bright, Jul 17 2014

Keywords

Comments

Used in the generation of "optimum L" (or Legendre-Papoulis) filters.

Examples

			Triangle begins:
0;
0, 1;
0, 0,  1;
0, 1, -3,   3;
0, 0,  3,  -8,  6;
0, 1, -8,  28, -40,   20;
0, 0,  6, -40, 105, -120, 50;
...
So:
L_4(ω^2) = 0 + 0ω^2 + 3ω^4 -  8ω^6 +  6ω^8
L_5(ω^2) = 0 + 1ω^2 - 8ω^4 + 28ω^6 - 40ω^8 + 20ω^10
		

References

  • A. Papoulis, ”On Monotonic Response Filters,” Proc. IRE, 47, No. 2, Feb. 1959, 332-333 (correspondence section)

Crossrefs

Derived from A100258 and A060818.