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!)
A364408 G.f. satisfies A(x) = 1 + x*(1 + 1/A(x)^4). 10
1, 2, -8, 72, -768, 9072, -114240, 1502976, -20414208, 284083968, -4029438976, 58040074752, -846682968064, 12483389708288, -185725854932992, 2784798982701056, -42039464045854720, 638415031298588672, -9746180768647217152, 149486708349609050112 (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 A349311.
a(n) = (-1)^(n-1) * (1/n) * Sum_{k=0..n} binomial(n,k) * binomial(n+4*k-2,n-1) for n > 0.
PROG
(PARI) a(n) = if(n==0, 1, (-1)^(n-1)*sum(k=0, n, binomial(n, k)*binomial(n+4*k-2, n-1))/n);
CROSSREFS
Cf. A349311.
Sequence in context: A296629 A026739 A060635 * A194499 A009478 A038057
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jul 23 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 13 08:41 EDT 2024. Contains 372498 sequences. (Running on oeis4.)