login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060721 Singular n X n matrices over GF(7). 2
1, 385, 6569479, 5421836400001, 218857429741036363207, 432771509734663800164593788001, 41931064368881878511703371604583698172807 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

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

FORMULA

For n >= 1 a(n) = 7^(n^2) - A053293(n) = 7^(n^2) - (7^n - 1)(7^n - 7)...(7^n - 7^(n-1))

MAPLE

for n from 1 to 15 do printf(`%d, `, 7^(n^2) - product(7^n-7^j, j=0..n-1)) od:

PROG

(PARI) { for (n=1, 34, write("b060721.txt", n, " ", 7^(n^2) - prod(j=0, n - 1, 7^n - 7^j)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 10 2009]

CROSSREFS

A053293.

Sequence in context: A204712 A063390 A130612 * A116316 A116329 A038659

Adjacent sequences:  A060718 A060719 A060720 * A060722 A060723 A060724

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 14 15:39 EST 2012. Contains 205635 sequences.