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!)
A364173 a(n) = (9*n)!*(2*n)!*(3*n/2)!/((9*n/2)!*(4*n)!*(3*n)!*n!). 10
1, 128, 43758, 17039360, 7012604550, 2976412336128, 1288415796384780, 565399665327996928, 250622090889055155270, 111950839825145979207680, 50312973039218473430585508, 22723567527558510746926055424, 10304958075870392958137083227804 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A295440, defined by A295440(n) = (18*n)!*(4*n)!*(3*n)! / ((9*n)!*(8*n)!*(6*n)!*(2*n)!), is one of the 52 sporadic integral factorial ratio sequences of height 1 found by V. I. Vasyunin (see Bober, Table 2, Entry 10). Here we are essentially considering the sequence {A295440(n/2) : n >= 0}. Fractional factorials are defined in terms of the gamma function; for example, (3*n/2)! := Gamma(1 + 3*n/2).
This sequence is only conjecturally an integer sequence.
Conjecture: the supercongruences a(n*p^r) == a(n*p^(r-1)) (mod p^(3*r)) hold for all primes p >= 5 and all positive integers n and r.
LINKS
J. W. Bober, Factorial ratios, hypergeometric series, and a family of step functions, arXiv:0709.1977 [math.NT], 2007; J. London Math. Soc., 79, Issue 2, (2009), 422-444.
FORMULA
a(n) ~ c^n * 1/sqrt(4*Pi*n), where c = (3^7)/(2^3) * sqrt(3) = 473.4993895191418....
a(n) = 108*(9*n - 1)*(9*n - 5)*(9*n - 7)*(9*n - 11)*(9*n - 13)*(9*n - 17)/(n*(n - 1)*(4*n - 1)*(4*n - 3)*(4*n - 5)*(4*n - 7))*a(n-2) for n >= 2 with a(0) = 1 and a(1) = 128.
MAPLE
seq( simplify((9*n)!*(2*n)!*(3*n/2)!/((9*n/2)!*(4*n)!*(3*n)!*n!)) , n = 0..15);
CROSSREFS
Sequence in context: A067822 A013996 A239648 * A239404 A220301 A323541
KEYWORD
nonn,easy
AUTHOR
Peter Bala, Jul 13 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 14 20:39 EDT 2024. Contains 372533 sequences. (Running on oeis4.)