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!)
A060720 Singular n X n matrices over GF(5). 2
1, 145, 465125, 36523890625, 71408263876953125, 3487439806366851806640625, 4257301552309879646778106689453125, 129923587901397533566226400434970855712890625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
For n >= 1, a(n) = 5^(n^2) - A053292(n) = 5^(n^2) - (5^n - 1)*(5^n - 5)*...*(5^n - 5^(n-1)).
MAPLE
for n from 1 to 15 do printf(`%d, `, 5^(n^2) - product(5^n-5^j, j=0..n-1)) od:
PROG
(PARI) a(n)={5^(n^2) - prod(j=0, n - 1, 5^n - 5^j)} \\ Harry J. Smith, Jul 10 2009
CROSSREFS
Cf. A053292.
Sequence in context: A283520 A359013 A265439 * A015081 A015055 A166071
KEYWORD
nonn
AUTHOR
Avi Peretz (njk(AT)netvision.net.il), Apr 21 2001
EXTENSIONS
More terms from James A. Sellers, Apr 24 2001
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 29 04:19 EDT 2024. Contains 372097 sequences. (Running on oeis4.)