The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A011788 Number of n X n matrices whose determinant is 1 mod n. 1
0, 6, 5616, 660602880, 56653740000000000, 847972210819236925066444800, 35832085525362833262818017603275320524800, 454962949457868147194568283111215836246845930653666508800 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
What is min(a(n) / n^(n^2 - 1)), for n>1 ?. - Vaclav Kotesovec, May 19 2020
LINKS
Sean A. Irvine, Java program (github)
FORMULA
a(n) = (n^(n^2) / phi(n)) * Product_{primes p dividing n} (Product_{k=1..n} (1 - 1/p^k)) for n > 1, a(1)=0. - Sean A. Irvine, Jun 26 2018
MATHEMATICA
Join[{0}, Table[n^(n^2) / EulerPhi[n] * Product[QPochhammer[1/p, 1/p, n], {p, Select[Divisors[n], PrimeQ]}], {n, 2, 10}]] (* Vaclav Kotesovec, May 19 2020 *)
CROSSREFS
Sequence in context: A116117 A116135 A367958 * A320446 A172649 A111152
KEYWORD
nonn
AUTHOR
Benjamin T. Love (benlove(AT)preston.polaristel.net)
EXTENSIONS
More terms from Vladeta Jovovic, Jul 20 2004
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 June 2 00:37 EDT 2024. Contains 373032 sequences. (Running on oeis4.)