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!)
A067746 Denominator of ((3 * n - 2)/(n^(2 * n - 1) * (2 * n - 1) * 4^(n - 1))). 1

%I #10 Sep 08 2022 08:45:05

%S 1,24,19440,3670016,4500000000,255409127424,5159146026151936,

%T 4323455642275676160,18580248257778920521728,

%U 12451840000000000000000000,162954214196559334212035936256,319540863203713904815925769535488

%N Denominator of ((3 * n - 2)/(n^(2 * n - 1) * (2 * n - 1) * 4^(n - 1))).

%H D. S. Mitrinovic and Slavko Simic, <a href="http://www.jstor.org/stable/2695786">Special Functions from Long Ago: 5626</a>, Amer. Math. Monthly 109, (2002), p. 83-84.

%o (PARI) vector(20, n, denominator(((3*n - 2)/(n^(2*n - 1)*(2*n - 1)*4^(n - 1))))) \\ _Michel Marcus_, Feb 16 2015

%o (Magma) [Denominator((3*n-2)/((n^(2*n-1)*(2*n-1)*4^(n-1)))): n in [1..15]]; // _Vincenzo Librandi_, Feb 16 2015

%Y Cf. A067745.

%K easy,frac,nonn

%O 1,2

%A _Marc LeBrun_, Jan 29 2002

%E a(12) from _Vincenzo Librandi_, Feb 16 2015

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 25 12:28 EDT 2024. Contains 371969 sequences. (Running on oeis4.)