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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071081 Determinant of the n X n matrix whose element (i,j) equals the |i-j|_th composite number, or 0 if i=j. 0
0, -16, 192, -1904, 16416, -134608, 1102920, -8971103, 69262338, -527129920, 4002967800, -30263030000, 218133853800, -1565386817920, 11130108480678, -75244171093875, 496516351214832, -3261752198331472, 21401161780748720, -140093238345715827 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

Composite[n_Integer] := FixedPoint[n + PrimePi[ # ] + 1 &, n + PrimePi[n] + 1]; f[n_] := Det[ Table[ If[i == j, 0, Composite[ Abs[i - j]]], {i, 1, n}, {j, 1, n}]]; Table[ f[n], {n, 1, 20}]

CROSSREFS

Sequence in context: A004333 A016237 A036735 * A000767 A053539 A120994

Adjacent sequences:  A071078 A071079 A071080 * A071082 A071083 A071084

KEYWORD

sign

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), May 26 2002

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 15 05:44 EST 2012. Contains 205694 sequences.