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!)
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. 5
3, 23, 98, 308, 798, 1806, 3696, 6996, 12441, 21021, 34034, 53144, 80444, 118524, 170544, 240312, 332367, 452067 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
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
PROG
(Octave, MATLAB) for n=3:20 a = zeros(n); for i=1:n for j=1:n a(i, j) = max(i, j); end end b = poly(a); b(4) end
CROSSREFS
Sequence in context: A196318 A213846 A301580 * A197303 A039506 A196970
KEYWORD
easy,nonn
AUTHOR
Paul Max Payton, Sep 23 2005
EXTENSIONS
Offset changed from 1 to 3 and formulas adapted by Bruno Berselli, Mar 29 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 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)