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!)
A371522 G.f. A(x) satisfies A(x) = (1 + x*A(x)^2 / (1-x))^3. 5
1, 3, 24, 235, 2586, 30603, 380359, 4896753, 64731747, 873539236, 11984536632, 166661420814, 2343950447112, 33282048811530, 476462982915993, 6869620848003570, 99663539644072305, 1453861111238442363, 21312207036239313936, 313783619269186619589 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 3 * Sum_{k=0..n} binomial(n-1,n-k) * binomial(6*k+2,k)/(5*k+3).
G.f.: A(x) = B(x)^3 where B(x) is the g.f. of A349333.
PROG
(PARI) a(n) = 3*sum(k=0, n, binomial(n-1, n-k)*binomial(6*k+2, k)/(5*k+3));
CROSSREFS
Sequence in context: A279651 A001099 A277462 * A230325 A363416 A365154
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 26 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 17 05:50 EDT 2024. Contains 374360 sequences. (Running on oeis4.)