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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A204234 Permanent of the n-th principal submatrix of A203990. 1
2, 25, 1018, 97617, 18239786, 5881589105, 3009156161810, 2296768410595849, 2494959953768765810, 3716590842220109346457, 7367123790912343973015562, 18955419073428722394855382209, 61999496577719659890376379418138 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..13.

MATHEMATICA

f[i_, j_] := (i + j) Min[i, j];  (* A203990 *)

m[n_] := Table[f[i, j], {i, 1, n}, {j, 1, n}]

Table[Det[m[n]], {n, 1, 22}]  (* A114160 *)

Permanent[m_] :=

  With[{a = Array[x, Length[m]]},

   Coefficient[Times @@ (m.a), Times @@ a]];

Table[Permanent[m[n]], {n, 1, 14}]  (* A204234 *)

CROSSREFS

Cf. A203990.

Sequence in context: A216661 A014050 A015214 * A203747 A210836 A088816

Adjacent sequences:  A204231 A204232 A204233 * A204235 A204236 A204237

KEYWORD

nonn

AUTHOR

Clark Kimberling, Jan 13 2012

STATUS

approved

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 May 24 10:23 EDT 2013. Contains 225618 sequences.