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!)
A082292 a(n) = (2n+1) * (2n)! / sqrt(4*(n+1)*Product_{k=1..2n+1} lcm(k, 2n+2-k)). 1

%I #10 Jan 07 2021 21:14:01

%S 1,1,2,12,4,8,72,160,16,3456,32,1792,129600,1024,128,1492992,256,

%T 2048000,18289152,180224,1024,573308928,1280000,1703936,241864704,

%U 719323136,8192,64497254400000,16384,33554432,234125033472,142606336

%N a(n) = (2n+1) * (2n)! / sqrt(4*(n+1)*Product_{k=1..2n+1} lcm(k, 2n+2-k)).

%t Table[((2n+1)(2n)!)/Sqrt[4(n+1)Product[LCM[k,2n+2-k],{k,2n+1}]],{n,2,40}] (* _Harvey P. Dale_, Aug 01 2020 *)

%o (PARI) for(i=2, 20, n=i*2+1; p=1; for(k=1, n, p=p*lcm(k, n+1-k)); print1((2*i+1)*(2*i)!/sqrtint(4*(i+1)*p)", "))

%Y Cf. A082022.

%K nonn

%O 2,3

%A _Ralf Stephan_, Apr 08 2003

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 September 15 08:55 EDT 2024. Contains 375932 sequences. (Running on oeis4.)