Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A101812
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A101812 Denominator of the permanent of the n-th Hilbert matrix. +0
2
1, 12, 2160, 224000, 470400000, 186313420339200000, 2067909047925770649600000, 365356847125734485878112256000000, 146968826339795671126721851844198400000000 (list; graph; listen)
OFFSET

1,2

LINKS

Herman Jamke (hermanjamke(AT)fastmail.fm), May 13 2007, Table of n, a(n) for n = 1..21

FORMULA

Denom(permanent(matrix(1/(i+j-1);i, j=1, ..., n)))

EXAMPLE

a(2)=7 because the Hilbert matrix is [[1,1/2],[1/2,1/3]] and its permanent is 1*1/3 + (1/2)*(1/2)=7/12.

MAPLE

with(linalg): seq(denom(permanent(hilbert(n))), n=1..12);

PROGRAM

(PARI) permRWNb(a)=n=matsize(a)[1]; if(n==1, return(a[1, 1])); sg=1; nc=0; in=vectorv(n); x=in; x=a[, n]-sum(j=1, n, a[, j])/2; p=prod(i=1, n, x[i]); for(k=1, 2^(n-1)-1, sg=-sg; j=valuation(k, 2)+1; z=1-2*in[j]; in[j]+=z; nc+=z; x+=z*a[, j]; p+=prod(i=1, n, x[i], sg)); return(2*(2*(n%2)-1)*p) num=[]; den=[]; for(n=1, 20, a=matrix(n, n, i, j, 1/(i+j-1)); p=permRWNb(a); num=concat(num, numerator(p)); den=concat(den, denominator(p))); den - Herman Jamke (hermanjamke(AT)fastmail.fm), May 13 2007

CROSSREFS

Cf. A101811.

Sequence in context: A004823 A009063 A012675 this_sequence A064074 A005249 A129206

Adjacent sequences: A101809 A101810 A101811 this_sequence A101813 A101814 A101815

KEYWORD

nonn,frac

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Dec 16 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research