Preview for editing tables

In this editor you can enter or edit tables in YAML format, and you can get a preview of how numberdb would render it. You cannot save changes here. Once everything looks good, upload it to the git repository numberdb-data.
— preview —
Chebyshev polynomials of the second kind Un
edit on github
Polynomials
n 
Un(x)
INPUT{polynomials.yaml} (not shown in preview)
Definition
The Chebyshev polynomials of the second kind Un, n0, can be defined via Un(cosα)sinα=sin((n+1)α).
Parameters
n
—   integer (n0)
Formulas
(1)
U0(x)=1, U1(x)=2x, and Un+1(x)=2xUn(x)Un1(x) for n1 (recurrence).
(2)
n=0Un(x)tn=112tx+t2 (generating function).
Comments
(3)
The Un are orthogonal with respect to the inner product f,g=11f(x)g(x)(1x2)1/2dx.
Programs
(P1)
Sage
polynomials = {n: chebyshev_U(n,x) for n in [0..100]}
Links
Data properties
Entries are of type: integral polynomial
Table is complete: no