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.

A242852 128*n^7-192*n^5+80*n^3-8*n.

Original entry on oeis.org

0, 8, 10864, 235416, 1905632, 9409960, 34356048, 102213944, 262184896, 600940872, 1260879920, 2463542488, 4538833824, 7960697576, 13389885712, 21724469880, 34158739328, 52251130504, 78001833456, 113940720152, 163226239840, 229755926568, 318289163984, 434582852536
Offset: 0

Views

Author

Vincenzo Librandi, May 30 2014

Keywords

Comments

Chebyshev polynomial of the second kind U(7,n).

Crossrefs

Programs

  • Magma
    [128*n^7-192*n^5+80*n^3-8*n: n in [0..30]];
  • Mathematica
    Table[ChebyshevU[7, n], {n, 0, 30}] (* or *) Table[128 n^7 - 192 n^5 + 80 n^3 - 8 n, {n, 0, 30}]

Formula

G.f.: (8*x + 10800*x^2 + 148728*x^3 + 326048*x^4 + 148728*x^5 + 10800*x^6 + 8*x^7)/(1-x)^8.
a(n) = 8*n*(2*n^2-1)*(8*n^4-8*n^2+1).