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.

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

Original entry on oeis.org

8, 143, 1343, 8823, 45543, 196707, 739347, 2483547, 7599867, 21492097, 56794705, 141485305, 334639305, 755863605, 1638428805, 3422280285, 6912424485, 13541987610, 25799313210, 47907161610, 86882479530, 154161302130, 268050218130, 457369908930, 766795640130
Offset: 8

Views

Author

Paul Max Payton, Sep 23 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(Times@@(n+Range[0,14])(15n+113))/16!,{n,30}] (* or *) CoefficientList[ Series[ (-8-7 x)/(-1+x)^17,{x,0,30}],x] (* Harvey P. Dale, Jul 24 2011 *)

Formula

a(n) = ((15n+8)/16!) * Product_{i=-7..7} (n+i).
G.f.: x^8*(8+7*x)/(1-x)^17. - Harvey P. Dale, Jul 24 2011

Extensions

More terms from Harvey P. Dale, Jul 24 2011
Offset changed from 0 to 8, formulas and b-file adapted by Bruno Berselli, Mar 29 2012