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!)
A123989 a(n) = H(2n)*(2n)!/n! where H(n) = sum{k=1 to n} 1/k, the n-th harmonic number. 2

%I #7 Apr 09 2014 10:16:40

%S 0,3,25,294,4566,88572,2064504,56243184,1754322480,61664980320,

%T 2412077832000,103928089910400,4890979939104000,249630539076979200,

%U 13734482066534476800,810355993296898406400,51040766703826377676800

%N a(n) = H(2n)*(2n)!/n! where H(n) = sum{k=1 to n} 1/k, the n-th harmonic number.

%t f[n_] := HarmonicNumber[2n](2n)!/n!; Table[f@n, {n, 0, 16}] - _Robert G. Wilson v_, Nov 26 2006

%Y Cf. A124078, A124079.

%K easy,nonn

%O 0,2

%A _Leroy Quet_, Nov 23 2006

%E More terms from _Robert G. Wilson v_, Nov 26 2006

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 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)