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!)
A247304 Expected value of trace(O)^(2n), where O is a 5 X 5 orthogonal matrix randomly selected according to Haar measure. 5

%I #13 Nov 13 2014 03:22:57

%S 1,3,15,105,945,10263,127699,1751685,25807445,401449271,6519160851,

%T 109656966853,1899821492925,33757439931675,613135175204151,

%U 11352879180474205,213825919244349885,4089023317563827335,79269914519539177315,1555788699527063688453

%N Expected value of trace(O)^(2n), where O is a 5 X 5 orthogonal matrix randomly selected according to Haar measure.

%C The corresponding sequences for 2 X 2, 3 X 3, and 4 X 4 matrices are A001700, A099251, and A246860.

%C This sequence is a bisection of A095922. - _Nathaniel Johnston_, Nov 03 2014

%H MathOverflow, <a href="http://mathoverflow.net/questions/180110/moments-of-the-trace-of-orthogonal-matrices">Moments of the trace of orthogonal matrices</a>

%p A247304 := proc (n) return (1/2)*integrate(integrate((1-cos(x))*(1-cos(y))*(cos(x)-cos(y))^2*(1+2*cos(x)+2*cos(y))^(2*n), y = 0 .. 2*Pi), x = 0 .. 2*Pi)/Pi^2 end proc; seq(A247304(n), n = 1 .. 20);

%Y Cf. A001700, A095922, A099251, A246860, A247306.

%K nonn

%O 1,2

%A _Nathaniel Johnston_, Sep 11 2014

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 19 18:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)