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!)
A370720 G.f. A(x) satisfies A(x) = (1 + x*A(x)^(3/4) / (1+x))^4. 1
1, 4, 14, 56, 241, 1088, 5082, 24352, 119036, 591224, 2975150, 15136036, 77721311, 402276364, 2096572304, 10993229392, 57951531087, 306954017592, 1632807888084, 8719002979360, 46720890435026, 251149205370864, 1353974197346154, 7318852828505148 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 4 * Sum_{k=0..n} (-1)^(n-k) * binomial(n-1,n-k) * binomial(3*k+4,k)/(3*k+4).
PROG
(PARI) a(n) = 4*sum(k=0, n, (-1)^(n-k)*binomial(n-1, n-k)*binomial(3*k+4, k)/(3*k+4));
CROSSREFS
Cf. A371496.
Sequence in context: A149491 A073155 A365114 * A346816 A006212 A126701
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 27 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 July 14 05:06 EDT 2024. Contains 374291 sequences. (Running on oeis4.)