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.

Showing 1-2 of 2 results.

A081279 Binomial transform of Chebyshev coefficients A001794.

Original entry on oeis.org

1, 8, 47, 238, 1101, 4788, 19899, 79866, 311769, 1189728, 4454919, 16415622, 59659173, 214229772, 761200659, 2679525522, 9353893041, 32409397944, 111534054111, 381480041502, 1297471217661, 4390248981348, 14785128121707
Offset: 0

Views

Author

Paul Barry, Mar 16 2003

Keywords

Crossrefs

Programs

  • Magma
    [(2*n^3+30*n^2 + 103*n + 81)*3^(n - 4): n in [0..25]]; // Vincenzo Librandi, Aug 07 2013
  • Mathematica
    CoefficientList[Series[(1 - 2 x) (1 - x)^2 / (1 - 3 x)^4, {x, 0, 40}], x] (* Vincenzo Librandi, Aug 07 2013 *)
    LinearRecurrence[{12,-54,108,-81},{1,8,47,238},30] (* Harvey P. Dale, Jul 27 2015 *)

Formula

a(n) = (2*n^3 + 30*n^2 + 103*n + 81) * 3^(n-4).
a(n) = 12*a(n-1) -54*a(n-2) +108*a(n-3) +8*1a(n-4), a(0)=1, a(1)=8, a(2)=47, a(3)=238.
G.f.: (1-2*x)*(1-x)^2/(1-3*x)^4.

A081281 Square array of binomial transforms of Chebyshev polynomial coefficients.

Original entry on oeis.org

1, 1, 2, 1, 4, 5, 1, 6, 15, 14, 1, 8, 29, 54, 41, 1, 10, 47, 126, 189, 122, 1, 12, 69, 238, 513, 648, 365, 1, 14, 95, 398, 1101, 1998, 2187, 1094, 1, 16, 125, 614, 2057, 4788, 7533, 7290, 3281, 1, 18, 159, 894, 3501, 9858, 19899, 27702, 24057, 9842, 1, 20, 197, 1246
Offset: 0

Views

Author

Paul Barry, Mar 16 2003

Keywords

Comments

Square array of binomial transforms of rows of A081277. Rows include A007051, A006234, A081278, A081279, A081280.

Examples

			Read by antidiagonals, the array appears as {1}, {1,2},{1,4,5}, {1,6,15,14}, {1,8,29,54,41},...
		

Formula

Rows have g.f. (1-2x)(1-x)^(n-1)/(1-3x)^(n+1).
Showing 1-2 of 2 results.