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!)
A371494 G.f. A(x) satisfies A(x) = 1 / (1 - x*A(x) / (1+x))^2. 5
1, 2, 5, 18, 72, 310, 1399, 6532, 31287, 152876, 759034, 3818410, 19420713, 99697784, 515909606, 2688267462, 14093211259, 74281217492, 393389969722, 2092312452404, 11171325560120, 59854910468196, 321717833732186, 1734250394445622, 9373581927760595 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(n-1,n-k) * binomial(3*k+1,k)/(k+1).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*binomial(n-1, n-k)*binomial(3*k+1, k)/(k+1));
CROSSREFS
Cf. A006013.
Sequence in context: A141494 A189843 A045612 * A103940 A162543 A039744
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 25 2024
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 September 15 15:59 EDT 2024. Contains 375938 sequences. (Running on oeis4.)