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!)
A072333 Largest eigenvalue, rounded to the nearest integer, of a rank n matrix of 1..n^2 filled successively along rows. 0
1, 5, 16, 36, 69, 116, 183, 270, 382, 521, 690, 893, 1132, 1411, 1731, 2097, 2512, 2978, 3498, 4075, 4713, 5414, 6182, 7018, 7927, 8912, 9975, 11119, 12347, 13663, 15069, 16569, 18164, 19859, 21657, 23560, 25571, 27693, 29930, 32284, 34759 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[n_] := Table[i + j*n, {j, 0, n - 1}, {i, 1, n}]; Table[ Round[ Sort[ N[ Eigenvalues[ f[n]]]]] [[ -1]], {n, 1, 45}]
CROSSREFS
Sequence in context: A321019 A184635 A328506 * A055232 A211806 A001210
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)