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!)
A019447 Number of monomials in expansion of determinant of an n X n Toeplitz matrix [ t(|i-j|) ] in terms of its entries. 3
1, 1, 2, 4, 12, 35, 120, 427, 1628, 6090, 23797, 90296, 350726, 1338076, 5165957, 19732508 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
with(LinearAlgebra): f:=n->nops([coeffs(Determinant(Matrix(n, (i, j) -> a[abs(i-j)])))]): [seq(f(n), n=0..12)];
MATHEMATICA
f[n_] := Length[ Expand[ Det[ Table[ t[ Abs[ i - j]], {i, 1, n}, {j, 1, n}]]]]; Table[ f[n], {n, 1, 11}]
CROSSREFS
Sequence in context: A148204 A151525 A148205 * A148206 A148207 A331621
KEYWORD
nonn,more,hard
AUTHOR
Herbert S. Wilf
EXTENSIONS
Terms a(12) and a(13) from Thotsaporn Thanatipanonda, Jan 26-28 2012
Terms a(14) and a(15) from Roman Pearce, Aug 30 2014
a(0)=1 prepended by Alois P. Heinz, Feb 25 2024
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 May 1 22:38 EDT 2024. Contains 372178 sequences. (Running on oeis4.)