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.

A112459 Absolute value of coefficient of term [x^(n-3)] in characteristic polynomial of maximum matrix A of size n X n, where n >= 3. Maximum matrix A(i,j) is MAX(i,j), where indices i and j run from 1 to n.

Original entry on oeis.org

3, 23, 98, 308, 798, 1806, 3696, 6996, 12441, 21021, 34034, 53144, 80444, 118524, 170544, 240312, 332367, 452067
Offset: 3

Views

Author

Paul Max Payton, Sep 23 2005

Keywords

Crossrefs

Formula

a(n) = n*(n^2-4)*(n^2-1)*(5*n+3)/6!.
G.f.: x^3*(3+2*x)/(1-x)^7. - Colin Barker, Mar 28 2012

Extensions

Offset changed from 1 to 3 and formulas adapted by Bruno Berselli, Mar 29 2012