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!)
A364305 a(n) = (8*n)!*(5*n)!*(3*n)! / ( (6*n)!*(4*n)!^2*n!^2 ). 2
1, 70, 17550, 5567380, 1960044750, 732012601320, 283986961467300, 113142133870180800, 45969979122504907470, 18961650930856541865100, 7915377251895103264073800, 3336455614603881320759754000, 1417729131896719482585245182500, 606517077508008639090614765297280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k = 0..n} binomial(8*n, n-k)^2 * binomial(6*n+k-1, k).
a(n) = [x^n] (1 - x)^(2*n) * P(8*n,(1 + x)/(1 - x)), where P(n,x) denotes the n-th Legendre polynomial.
a(n) = (5/12)*(5*n-1)*(5*n-2)*(5*n-3)*(5*n-4)*(8*n-1)*(8*n-3)*(8*n-5)*(8*n-7)/((4*n-1)*(4*n-3)*(6*n-1)*(6*n-5)*n^2*(2*n-1)^2) * a(n-1) with a(0) = 1.
a(n) ~ c^n * sqrt(5)/(4*Pi*n), where c = (2^2)*(5^5)/(3^3).
a(n) = binomial(8*n,2*n)*binomial(5*n,n)*binomial(2*n,n)/binomial(4*n,n) = A001449(n) * A211421(n).
a(p) == a(1) (mod p^3) for all primes p >= 5.
Conjecture: the supercongruences a(n*p^k) == a(n*p^(k-1)) (mod p^(3*k)) hold for all primes p >= 5 and all positive integers n and k.
a(n) = G(x)^(10*n), where the power series G(x) = 1 + 7*x + 412*x^2 + 55524*x^3 + 10088066*x^4 + 2146473322*x^5 + 503731865112*x^6 + ... appears to have integer coefficients
exp(Sum_{n >= 1} a(n)*x^n/n) = F(x)^10, where the power series F(x) = 1 + 7*x + 902*x^2 + 191779*x^3 + 50706776*x^4 + 15153397742*x^5 + 4898289306180*x^6 + ... appears to have integer coefficients.
MAPLE
seq( (8*n)!*(5*n)!*(3*n)! / ( (6*n)!*(4*n)!^2*n!^2 ), n = 0..13);
MATHEMATICA
A364305[n_]:=(8n)!(5n)!(3n)!/((6n)!(4n)!^2n!^2); Array[A364305, 15, 0] (* Paolo Xausa, Oct 06 2023 *)
CROSSREFS
Row 8 of A364303.
Sequence in context: A231054 A007100 A103157 * A007099 A004109 A002829
KEYWORD
nonn,easy
AUTHOR
Peter Bala, Jul 21 2023
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 16 20:35 EDT 2024. Contains 372555 sequences. (Running on oeis4.)