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!)
A289541 Number of subspaces of GF(2)^n with even dimension. 4
1, 1, 2, 8, 37, 187, 1304, 14606, 222379, 4141729, 107836478, 4466744372, 258501941713, 18779494904263, 1918824942497636, 311738238353418074, 71234670515346760951, 20564497734374127115501, 8363824677163863282113162, 5408580882753786431279731328 (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)*cosh_q(x) when q->2, and cosh_q(x) = Sum_{n>=0} x^(2n)/[2n]_q!, and exp_q(x) is the q-exponential function, and [n]_q! is the q-factorial of n.
MATHEMATICA
nn = 22; eq[z_] := Sum[z^n/FunctionExpand[QFactorial[n, q]], {n, 0, nn}];
coshq[z_] := Sum[z^(2 n)/FunctionExpand[QFactorial[(2 n), q]], {n, 0, nn}];
Table[FunctionExpand[QFactorial[n, q]] /. q -> 2, {n, 0, nn}]*
CoefficientList[Series[coshq[z]*eq[z] /. q -> 2, {z, 0, nn}], z]
CROSSREFS
Sequence in context: A361698 A305547 A007857 * A047729 A020076 A342052
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Jul 14 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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)