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!)
A119508 Determinant of n X n matrix of first n^2 terms of Euler totient function phi (A000010). 1
1, 0, -16, 80, -4640, -1696, -47290368, 778240, -1252408320, 827269120, -1883587535170560, -167527809024, -660985839681085440, -66300178824585216, -1744375183677849600, 29157688117836220727296, 5544673967679230591621398528, -134078707495836661579776 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(2) = 0 because of the singular matrix 0 =
|1 1|
|2 2|.
MATHEMATICA
nmax = 20; Table[Det[Table[EulerPhi[k*(i-1) + j], {i, 1, k}, {j, 1, k}]], {k, 1, nmax}] (* Vaclav Kotesovec, Feb 24 2019 *)
Table[Det[Partition[EulerPhi[Range[n^2]], n]], {n, 20}] (* Harvey P. Dale, Jul 28 2021 *)
CROSSREFS
Sequence in context: A069840 A000817 A192510 * A330480 A334660 A088379
KEYWORD
easy,sign
AUTHOR
Jonathan Vos Post, May 27 2006
EXTENSIONS
More terms from Vaclav Kotesovec, Feb 24 2019
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 April 18 15:48 EDT 2024. Contains 371780 sequences. (Running on oeis4.)