login
This site is supported by donations 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; internal format)
OFFSET

1,2

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: A077415 A108966 A184635 * A055232 A001210 A128848

Adjacent sequences:  A072330 A072331 A072332 * A072334 A072335 A072336

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 15 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.