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!)
A371616 G.f. satisfies A(x) = 1 + x / (1 - x*A(x)^3)^3. 2
1, 1, 3, 15, 82, 495, 3147, 20812, 141621, 985287, 6976369, 50108232, 364202415, 2673756449, 19797659586, 147677816532, 1108711280376, 8371222635096, 63525564996093, 484243596619753, 3706268752629237, 28470703720193010, 219432896755734137 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(3*(n-k)+1,k) * binomial(n+2*k-1,n-k)/(3*(n-k)+1).
PROG
(PARI) a(n, r=1, s=3, t=0, u=3) = r*sum(k=0, n, binomial(t*k+u*(n-k)+r, k)*binomial(n+(s-1)*k-1, n-k)/(t*k+u*(n-k)+r));
CROSSREFS
Sequence in context: A345885 A014276 A006964 * A203507 A192662 A213096
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 29 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 7 21:43 EDT 2024. Contains 374148 sequences. (Running on oeis4.)