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!)
A371617 G.f. satisfies A(x) = ( 1 + x / (1 - x*A(x)^3)^3 )^2. 3
1, 2, 7, 54, 419, 3644, 33366, 317672, 3113559, 31200060, 318219653, 3292546660, 34475311605, 364621943538, 3889561661610, 41799988930926, 452126713579192, 4918321519144206, 53773399008883695, 590578523863692086, 6512515698908748358 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(6*(n-k)+2,k) * binomial(n+2*k-1,n-k)/(3*(n-k)+1).
PROG
(PARI) a(n, r=2, s=3, t=0, u=6) = 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
Cf. A371616.
Sequence in context: A168558 A024027 A079410 * A283335 A326207 A280221
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 May 5 09:41 EDT 2024. Contains 372266 sequences. (Running on oeis4.)