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!)
A168440 a(n) = Product_{k=0..n} ((4*k+1)*(4*k+3))^(n-k). 2
1, 3, 315, 3274425, 6637341335625, 4345660353133020796875, 1374246178519871776155872382421875, 293343904920011883594420118662644304008056640625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Hankel transform of A128709.
LINKS
FORMULA
a(n) ~ A^(1/4) * sqrt(Gamma(1/4)) * 2^(2*n^2 + 5*n/2 + 1/8) * n^(n^2 + n + 7/48) / (Pi^(1/4) * exp(3*n^2/2 + n + 1/48)), where A is the Glaisher-Kinkelin constant A074962. - Vaclav Kotesovec, Jan 23 2024
MATHEMATICA
Table[Product[((4*k+1)*(4*k+3))^(n-k), {k, 0, n}], {n, 0, 10}] (* Vaclav Kotesovec, Jan 23 2024 *)
CROSSREFS
Cf. A128709.
Sequence in context: A361032 A034994 A139541 * A067667 A080976 A228192
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Nov 25 2009
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 April 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)