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!)
A072332 Largest eigenvalue, rounded to the nearest integer, of a rank n matrix of 1..n^2 filled successively along antidiagonals (A069480). 0
1, 5, 17, 38, 73, 126, 199, 296, 420, 576, 765, 992, 1261, 1574, 1935, 2348, 2815, 3341, 3928, 4581, 5302, 6096, 6964, 7912, 8942, 10058, 11262, 12560, 13954, 15447, 17042, 18745, 20557, 22482, 24524, 26686, 28971, 31383, 33926, 36602, 39416 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[n_] := Table[(i + j - 1)((i + j - 1) - 1)/2 + 1 + (j - 1) - Mod[i + j - 1, n, 1]^2 Quotient[i + j - 1, n, 1], {i, n}, {j, n}]; Table[ Sort[ Round[ Eigenvalues[ N[ f[n]]]]] [[ -1]], {n, 1, 45}]
CROSSREFS
Sequence in context: A146428 A146235 A087728 * A212968 A127744 A122734
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jul 15 2002
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:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)