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!)
A053292 Number of nonsingular n X n matrices over GF(5). 14
1, 4, 480, 1488000, 116064000000, 226614960000000000, 11064475422000000000000000, 13506266841692625000000000000000000, 412177498341354683437500000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
J. Overbey, W. Traves and J. Wojdylo, On the Keyspace of the Hill Cipher.
FORMULA
a(n) = (5^n - 1)*(5^n - 5)*...*(5^n - 5^(n-1)).
a(n) = A109345(n)*A027872(n). - Bruno Berselli, Jan 30 2013
MATHEMATICA
Table[Product[5^n - 5^k, {k, 0, n-1}], {n, 0, 10}] (* Geoffrey Critzer, Jan 26 2013 *)
PROG
(Magma) [1] cat [&*[(5^n - 5^k): k in [0..n-1]]: n in [1..8]]; // Bruno Berselli, Jan 28 2013
(PARI) for(n=0, 10, print1(prod(k=0, n-1, 5^n - 5^k), ", ")) \\ G. C. Greubel, May 31 2018
CROSSREFS
Column k=5 of A316622.
Sequence in context: A215220 A035483 A145570 * A053963 A053941 A027678
KEYWORD
nonn,easy
AUTHOR
Stephen G Penrice, Mar 04 2000
EXTENSIONS
More terms from Vladeta Jovovic, Mar 16 2000
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)