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!)
A364400 G.f. satisfies A(x) = 1 + x/A(x)^3*(1 + 1/A(x)^3). 4
1, 2, -18, 270, -4902, 98538, -2110794, 47227846, -1090742094, 25806364434, -622267199554, 15236456140542, -377814588773622, 9468373002766074, -239434464005544570, 6101951612867546166, -156561081975745809566, 4040863076496835880226 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: A(x) = 1/B(-x) where B(x) is the g.f. of A363304.
a(n) = (-1)^(n-1) * (1/n) * Sum_{k=0..n} binomial(n,k) * binomial(4*n+3*k-2,n-1) for n > 0.
a(n) ~ c*(-1)^(n+1)*256^n*27^(-n)*4F3([-n, 4*n/3, (4n-1)/3, (4*n+1)/3], [n, n+1/3, n+2/3], -1)*n^(-3/2), with c = (1/8)*sqrt (3/(2*Pi)). - Stefano Spezia, Oct 21 2023
PROG
(PARI) a(n) = if(n==0, 1, (-1)^(n-1)*sum(k=0, n, binomial(n, k)*binomial(4*n+3*k-2, n-1))/n);
CROSSREFS
Cf. A363304.
Sequence in context: A138275 A292693 A351275 * A334242 A349314 A365555
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jul 22 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 July 9 02:21 EDT 2024. Contains 374171 sequences. (Running on oeis4.)