login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071083 Determinant of the n X n matrix whose element (i,j) equals phi(|i-j|). 6
0, -1, 2, -4, 6, -5, -84, 245, 924, -8816, -78556, -58667, 6779732, 10484275, -363899598, -6434306752, -13046891490, 20608641823, 1894093427008, -6177545952015, 18227184915788, -46023445768832, -8765268354146700, -1210879926442292743, -149657142827643535248 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
f[n_] := Det[ Table[ EulerPhi[ Abs[i - j]], {i, 1, n}, {j, 1, n}]]; Table[ f[n], {n, 1, 22}]
CROSSREFS
Sequence in context: A083718 A319804 A055948 * A141765 A234574 A010587
KEYWORD
sign,changed
AUTHOR
Robert G. Wilson v, May 26 2002
EXTENSIONS
More terms from Sean A. Irvine, Jun 27 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 6 23:47 EDT 2024. Contains 374060 sequences. (Running on oeis4.)