Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112459
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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. +0
6
3, 23, 98, 308, 798, 1806, 3696, 6996, 12441, 21021, 34034, 53144, 80444, 118524, 170544, 240312, 332367, 452067 (list; graph; listen)
OFFSET

0,1

FORMULA

a(n) = n*(n+1)*(n+2)*(n+3)*(n+4)*(5n+13)/6!; n >= 1

PROGRAM

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

Cf. A000217, A000914, A001844, A112460, A112461, A112462, A112463, A112464.

Sequence in context: A027701 A032017 A024196 this_sequence A039506 A006557 A081628

Adjacent sequences: A112456 A112457 A112458 this_sequence A112460 A112461 A112462

KEYWORD

easy,nonn

AUTHOR

Paul M. Payton (paul.payton(AT)lmco.com), Sep 23 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 19 21:04 EST 2009. Contains 171054 sequences.


AT&T Labs Research