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.

A030192 Scaled Chebyshev U-polynomial evaluated at sqrt(6)/2.

Original entry on oeis.org

1, 6, 30, 144, 684, 3240, 15336, 72576, 343440, 1625184, 7690464, 36391680, 172207296, 814893696, 3856118400, 18247348224, 86347378944, 408600184320, 1933516832256, 9149499887616, 43295898332160, 204878390667264, 969494954010624, 4587699380060160
Offset: 0

Views

Author

Keywords

Comments

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

Crossrefs

Cf. A083881.

Programs

Formula

a(n) = center term in M^n * [1 1 1], where M = the 3 X 3 matrix [1 1 1 / 1 4 1 / 1 1 1]. M^n * [1 1 1] = [A083881(n) a(n) A083881(n)]. E.g., a(3) = 144 since M^3 * [1 1 1] = [54 144 54] = [A083881(3) a(3) A083881(3)]. - Gary W. Adamson, Dec 18 2004
a(n) = (sqrt(6))^n*U(n, sqrt(6)/2).
G.f.: 1/(6*(x^2-x+1/6)).
a(2*k+1) = 6^(k+1)*A001353(k), a(2*k) = 6^k*A001834(k).
Preceded by 0, this is the binomial transform of A001353. Its e.g.f. is then exp(3x)*sinh(sqrt(3)x)/sqrt(3). - Paul Barry, May 09 2003
a(n) = Sum_{k=0..n} A109466(n,k)*6^k. - Philippe Deléham, Oct 28 2008
a(n) = ((3+sqrt(3))^n - (3-sqrt(3))^n)/sqrt(12). - Al Hakanson (hawkuu(AT)gmail.com), Dec 29 2008
G.f.: A(x)= 1/(1-6*x+6*x^2) = G(0)/(1-3*x) where G(k) = 1 + 3*x/((1-3*x) - x*(1-3*x)/(x + (1-3*x)/G(k+1))); (recursively defined continued fraction). - Sergei N. Gladkovskii, Dec 28 2012