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!)
A371541 G.f. A(x) satisfies A(x) = (1 + x*A(x) / (1+x))^6. 4
1, 6, 45, 410, 4110, 43746, 485237, 5547396, 64901670, 773296320, 9350929395, 114464359296, 1415620823147, 17661466502796, 222017667461685, 2809362871991380, 35755481454362355, 457410181217186886, 5878378983480722222, 75856853080508789406 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(n-1,n-k) * binomial(6*k+6,k)/(k+1).
G.f.: A(x) = B(x)^6 where B(x) is the g.f. of A349362.
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*binomial(n-1, n-k)*binomial(6*k+6, k)/(k+1));
CROSSREFS
Cf. A371521.
Sequence in context: A365184 A135148 A137974 * A291421 A001879 A019577
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 26 06:40 EDT 2024. Contains 373715 sequences. (Running on oeis4.)