OFFSET
1,1
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..200
Index entries for linear recurrences with constant coefficients, signature (21,-84,64).
FORMULA
a(n) = 1/3 * (4^n - 1)^2.
G.f.: -3*x*(4*x+1) / ((x-1)*(4*x-1)*(16*x-1)). [Colin Barker, Dec 23 2012]
EXAMPLE
a(2) = 75 because there are 76 (the second element in sequence A060716) singular 2 X 2 matrices over GF(4), that have rank <= 1 of which only the zero matrix has rank zero so a(2) = 76 - 1 = 75.
PROG
(PARI) { for (n=1, 200, write("b060869.txt", n, " ", (4^n - 1)^2 / 3); ) } \\ Harry J. Smith, Jul 13 2009
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Ahmed Fares (ahmedfares(AT)my-deja.com), May 04 2001
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org) and Jason Earls, May 07 2001
More terms from Colin Barker, Dec 23 2012
STATUS
approved