login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112463 Absolute value of coefficient of term [x^(n-7)] in characteristic polynomial of maximum matrix A of size n X n, where n >= 7. Maximum matrix A(i,j) is MAX(i,j), where indices i and j run from 1 to n. 5
7, 111, 930, 5480, 25500, 99756, 341088, 1046520, 2936070, 7638950, 18631932, 42969336, 94348300, 198354300, 401166000, 783610920, 1483311285, 2728813725, 4891144350, 8560278000, 14656684680, 24591569640, 40493836800, 65527390800, 104329399500, 163608855372 (list; graph; refs; listen; history; text; internal format)
OFFSET
7,1
LINKS
FORMULA
a(n) = ((13*n+7)/14!) * Product_{i=-6..6} (n+i).
G.f.: x^7*(7+6*x)/(1-x)^15. - Colin Barker, Mar 28 2012
PROG
(Octave, MATLAB) for n=7:20 a = zeros(n); for i=1:n for j=1:n a(i, j) = max(i, j); end end b = poly(a); b(8) end
CROSSREFS
Sequence in context: A357393 A371315 A212371 * A009471 A301990 A193441
KEYWORD
easy,nonn
AUTHOR
Paul Max Payton, Sep 23 2005
EXTENSIONS
Offset changed by Alois P. Heinz, Mar 28 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 19:51 EDT 2024. Contains 371963 sequences. (Running on oeis4.)