login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A210356 Maximum modulus in the inverse of Hilbert's matrix. 5
1, 12, 192, 6480, 179200, 4410000, 133402500, 4249941696, 122367445200, 3480673996800, 117643011932160, 3659449159080000, 106518477825760000, 3521767173114190000, 114708987924290760000, 3525270042097046880000, 110552468520163390156800 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence corrects A061065, which was wrong for n > 6. These values appear at the A210357(n) position on the diagonal. Thanks to Clark Kimberling for verifying this sequence.
LINKS
MATHEMATICA
Table[im = Inverse[HilbertMatrix[n]]; Max[Abs[Flatten[im]]]], {n, 20}]
PROG
(PARI) for(n=1, 17, my(h=1/mathilbert(n), s=0); for(j=1, n, for(k=1, n, s=max(s, h[j, k]))); print1(s, ", ")) \\ Hugo Pfoertner, Feb 11 2020
CROSSREFS
Cf. A061065, A189765 (inverse matrix), A210357, A210358 (minimum).
Sequence in context: A272959 A095351 A061065 * A328261 A264603 A296841
KEYWORD
nonn
AUTHOR
T. D. Noe, Mar 28 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 December 10 04:38 EST 2023. Contains 367699 sequences. (Running on oeis4.)