login
This site is supported by donations 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; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,37

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) { for (n=1, 37, write("b060720.txt", n, " ", 5^(n^2) - prod(j=0, n - 1, 5^n - 5^j)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 10 2009]

CROSSREFS

A053292.

Sequence in context: A012813 A018232 A097730 * A015081 A015055 A166071

Adjacent sequences:  A060717 A060718 A060719 * A060721 A060722 A060723

KEYWORD

nonn

AUTHOR

Avi Peretz (njk(AT)netvision.net.il), Apr 21 2001

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Apr 24 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 05:29 EST 2012. Contains 205694 sequences.