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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060716 Singular n X n matrices over GF(4). 2
1, 76, 80704, 1333866496, 350423140532224, 1470575268235571101696, 98701955014599602193609785344, 105983992373769699116787162453121171456, 1820806479557691387021584007269972378727328251904 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

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

FORMULA

For n >= 1 a(n) = 4^(n^2) - A053291(n) = 4^(n^2) - (4^n - 1)(4^n -4)...(4^n - 4^(n-1))

MAPLE

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

PROG

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

CROSSREFS

A053291.

Sequence in context: A028480 A111682 A033521 * A116255 A136609 A116246

Adjacent sequences:  A060713 A060714 A060715 * A060717 A060718 A060719

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 17 14:50 EST 2012. Contains 206050 sequences.