[go: up one dir, main page]

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!)
A211877 Number of involutions in GL(n,4). 1
1, 21, 673, 102273, 47663617, 110981851137, 815432848809985, 30052835284679819265, 3519512226295269640765441, 2069751512310185039905834926081, 3874510079394593253089862950754189313, 36431456010689490638771956423547489198538753 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
A211877 := proc(n)
add( 4^(k*(n-k))*A022168(n, k), k=1..n) ;
end proc: # R. J. Mathar, Apr 26 2013
MATHEMATICA
Sum[q^(k (n - k)) QBinomial[n, k, q], {k, 1, n}]
CROSSREFS
Sequence in context: A020246 A239099 A006934 * A212734 A339119 A243746
KEYWORD
nonn
AUTHOR
Alexander Gruber, Feb 12 2013
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 August 30 09:19 EDT 2024. Contains 375532 sequences. (Running on oeis4.)