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!)
A289542 Number of ordered pairs of nonzero vectors over the subspaces of GF(2)^n. 4
0, 1, 12, 119, 1290, 16957, 285264, 6343523, 190424310, 7826128009, 444658035228, 35162773747631, 3888419271339330, 603295404971492053, 131635270366023841896, 40458451431717420232187, 17536781855825299937977230, 10728658644626168469625854241 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n)/[n]_q! is the coefficient of x^n in the expansion of (exp_q(x))^2*(x + 2 x^2) when q->2 and where exp_q(x) is the q-exponential function and [n]_q! is the q-factorial of n.
MATHEMATICA
nn = 20; eq[z_] := Sum[z^n/FunctionExpand[QFactorial[n, q]], {n, 0, nn}];
Table[FunctionExpand[QFactorial[n, q]] /. q -> 2, {n, 0, nn}]
CoefficientList[Series[ eq[z]^2 (z + 2 z^2) /. q -> 2, {z, 0, nn}], z]
CROSSREFS
Sequence in context: A001712 A285232 A077251 * A075622 A153054 A075366
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Jul 15 2017
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)