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!)
A184892 a(n) = C(2n,n) * (5^n/n!^2) * Product_{k=0..n-1} (5k+1)*(5k+4). 5
1, 40, 8100, 2310000, 768075000, 278719056000, 107022956040000, 42753018765600000, 17585519046944062500, 7397979398239787500000, 3168258657090171394750000, 1376657183877933677265000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Self-convolution of A184891, where
. A184891(n) = (5^n/n!^2) * Product_{k=0..n-1} (10k+1)*(10k+4).
a(n) ~ sqrt(5 - sqrt(5)) * 2^(2*n - 3/2) * 5^(3*n) / (Pi^(3/2) * n^(3/2)). - Vaclav Kotesovec, Oct 07 2020
EXAMPLE
G.f.: A(x) = 1 + 40*x + 8100*x^2 + 2310000*x^3 +...
A(x)^(1/2) = 1 + 20*x + 3850*x^2 + 1078000*x^3 +...+ A184891(n)*x^n +...
MATHEMATICA
Table[Binomial[2*n, n] * 5^n / n!^2 * Product[(5*k + 1)*(5*k + 4), {k, 0, n - 1}], {n, 0, 20}] (* Vaclav Kotesovec, Oct 07 2020 *)
PROG
(PARI) {a(n)=(2*n)!/n!^2*(5^n/n!^2)*prod(k=0, n-1, (5*k+1)*(5*k+4))}
CROSSREFS
Sequence in context: A295587 A183766 A364517 * A119525 A309553 A123381
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 7 19:42 EDT 2024. Contains 372313 sequences. (Running on oeis4.)