Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A086065
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A086065 Permanent of the n X n matrix whose element (i,j) equals sigma(|i-j|) where sigma(n) is the sum of divisors of n and sigma(0) = 0. +0
1
0, 1, 6, 196, 5408, 251132, 16873158, 1420208149, 154380762016, 20646224057048, 3433326930682392, 642182473998511032, 152740983098362758624, 40168709084329725908872, 12234598116934739577149272 (list; graph; listen)
OFFSET

1,3

PROGRAM

(PARI) permRWNb(a)=n=matsize(a)[1]; if(n==1, return(a[1, 1])); sg=1; 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; x+=z*a[, j]; p+=prod(i=1, n, x[i], sg)); return(2*(2*(n%2)-1)*p) sgm(n)=if(n>0, sigma(n), 0) for(n=1, 21, a=matrix(n, n, i, j, sgm(abs(i-j))); print1(permRWNb(a)", ")) - Herman Jamke (hermanjamke(AT)fastmail.fm), May 14 2007

CROSSREFS

Cf. A085511.

Sequence in context: A024279 A012205 A156122 this_sequence A112845 A109058 A003743

Adjacent sequences: A086062 A086063 A086064 this_sequence A086066 A086067 A086068

KEYWORD

nonn

AUTHOR

Yuval Dekel (dekelyuval(AT)hotmail.com), Aug 24 2003

EXTENSIONS

More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), May 14 2007

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 December 16 13:01 EST 2009. Contains 170825 sequences.


AT&T Labs Research