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.

A167575 The fifth row of the ED3 array A167572.

Original entry on oeis.org

1473, 8169, 26529, 66345, 140865, 266793, 464289, 756969, 1171905, 1739625, 2494113, 3472809, 4716609, 6269865, 8180385, 10499433, 13281729, 16585449, 20472225, 25007145, 30258753, 36299049, 43203489, 51050985, 59923905
Offset: 1

Views

Author

Johannes W. Meijer, Nov 10 2009

Keywords

Crossrefs

Equals the fifth row of the ED3 array A167572.

Programs

  • Mathematica
    LinearRecurrence[{5, -10, 10, -5, 1}, {1473, 8169, 26529, 66345, 140865}, 100] (* G. C. Greubel, Jun 16 2016 *)

Formula

a(n) = 144*n^4 + 192*n^3 + 1080*n^2 - 48*n + 105.
G.f.: (105*z^4 + 660*z^3 + 414*z^2 + 804*z + 1473)/(1-z)^5.
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5). - G. C. Greubel, Jun 16 2016