login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A019448 Number of monomials in expansion of determinant of an n X n Hankel matrix [ t(i+j) ] in terms of its entries. 2
1, 2, 5, 16, 58, 231, 1016, 4782, 23653, 121727, 648611 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

with(linalg): A019448 := proc(n) local i, j, m; m := array(1..n, 1..n); for i from 1 to n do for j from 1 to n do m[i, j] := a[i+j] od od; nops([coeffs(det(m))]); end;

MATHEMATICA

f[n_] := Length@ Expand@ Det@ Table[t[i + j], {i, n}, {j, n}]; Do[ Print@ f@n, {n, 11}] - from Robert G. Wilson v Sep 17 2006

CROSSREFS

Sequence in context: A184596 A149978 A149979 * A000753 A007878 A019589

Adjacent sequences:  A019445 A019446 A019447 * A019449 A019450 A019451

KEYWORD

nonn

AUTHOR

Herbert Wilf (wilf(AT)central.cis.upenn.edu)

EXTENSIONS

Maple program and 2 more terms from Jeffrey Shallit (shallit(AT)graceland.uwaterloo.ca), Jun 08 2000

a(10) and a(11) from Robert G. Wilson v Sep 17 2006

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 15 21:56 EST 2012. Contains 205860 sequences.