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!)
A371538 G.f. A(x) satisfies A(x) = (1 + x*A(x)^2 / (1+x))^3. 4
1, 3, 18, 151, 1440, 14835, 160793, 1806849, 20859129, 245905348, 2947869600, 35825319390, 440372147956, 5465555197818, 68396554601013, 862066323857486, 10933638171672105, 139439595024315675, 1787056241039876890, 23003636498360053905, 297283046361025602900 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 3 * Sum_{k=0..n} (-1)^(n-k) * binomial(n-1,n-k) * binomial(6*k+3,k)/(6*k+3).
G.f.: A(x) = B(x)^3 where B(x) is the g.f. of A349362.
PROG
(PARI) a(n) = 3*sum(k=0, n, (-1)^(n-k)*binomial(n-1, n-k)*binomial(6*k+3, k)/(6*k+3));
CROSSREFS
Cf. A371522.
Sequence in context: A200320 A352850 A347020 * A207569 A005412 A352647
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 June 29 14:02 EDT 2024. Contains 373851 sequences. (Running on oeis4.)