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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086647 Number of monomials in expansion of permanent of an n X n Toeplitz matrix [t(|i-j|) ] in terms of its entries. 0
1, 2, 4, 12, 36, 128, 460, 1750, 6551, 25108, 94977 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

Permanent[m_List] := With[{v = Array[x, Length@m]}, Coefficient[Times @@ (m . v), Times @@ v]]; ; f[n_] := Length@Expand@Permanent@Table[t[Abs[i - j]], {i, n}, {j, n}]; Array[f, 11] (* Robert G. Wilson v *)

CROSSREFS

Cf. A019447.

Sequence in context: A148211 A009152 A081443 * A187119 A062161 A195733

Adjacent sequences:  A086644 A086645 A086646 * A086648 A086649 A086650

KEYWORD

nonn

AUTHOR

Yuval Dekel (dekelyuval(AT)hotmail.com), Jul 26 2003

EXTENSIONS

More terms from Robert G. Wilson v Sep 22 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 16 16:45 EST 2012. Contains 205938 sequences.