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.

A030240 Scaled Chebyshev U-polynomials evaluated at sqrt(7)/2.

Original entry on oeis.org

1, 7, 42, 245, 1421, 8232, 47677, 276115, 1599066, 9260657, 53631137, 310593360, 1798735561, 10416995407, 60327818922, 349375764605, 2023335619781, 11717718986232, 67860683565157, 393000752052475, 2275980479411226, 13180858091511257, 76334143284700217
Offset: 0

Views

Author

Keywords

Comments

Binomial transform of A030221. - Philippe Deléham, Nov 19 2009

Programs

Formula

a(n) = 7*a(n-1)-7*a(n-2), a(-1)=0, a(0)=1; a(n)=sqrt(7)^n*U(n, sqrt(7)/2); G.f.: 1/(1-7*x+7*x^2); a(2*k)=7^k*A030221(k); a(2*k-1)=7^k*A004254(k)
a(n) = Sum_{k=0..n} A109466(n,k)*7^k. - Philippe Deléham, Oct 28 2008