The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A184898 a(n) = C(2n,n) * (8^n/n!^2) * Product_{k=0..n-1} (8k+1)*(8k+7). 5
1, 112, 90720, 105100800, 142542960000, 211337613527040, 331831362513530880, 542307255307827609600, 912855634598629193472000, 1571864775032876891607040000, 2755743023914838714304931102720 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Self-convolution of A184897, where A184897(n) = (8^n/n!^2) * Product_{k=0..n-1} (16k+1)*(16k+7).
a(n) ~ sqrt(2-sqrt(2)) * 2^(11*n - 1) / (Pi^(3/2) * n^(3/2)). - Vaclav Kotesovec, Oct 05 2020
EXAMPLE
G.f.: A(x) = 1 + 112*x + 90720*x^2 + 105100800*x^3 +...
A(x)^(1/2) = 1 + 56*x + 43792*x^2 + 50098048*x^3 +...+ A184897(n)*x^n +...
PROG
(PARI) {a(n)=(2*n)!/n!^2*(8^n/n!^2)*prod(k=0, n-1, (8*k+1)*(8*k+7))}
CROSSREFS
Sequence in context: A304394 A210292 A270146 * A270113 A275052 A180039
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 25 2011
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 May 31 19:57 EDT 2024. Contains 373003 sequences. (Running on oeis4.)