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!)
A371539 G.f. A(x) satisfies A(x) = (1 + x*A(x)^(3/2) / (1+x))^4. 4
1, 4, 26, 224, 2171, 22600, 246754, 2787856, 32318849, 382266056, 4594893684, 55966343520, 689245218880, 8568130064280, 107371481352870, 1354944741505580, 17203182641794020, 219604431213873060, 2816826935574781930, 36286757255072528360, 469266638574298431490 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 4 * Sum_{k=0..n} (-1)^(n-k) * binomial(n-1,n-k) * binomial(6*k+4,k)/(6*k+4).
G.f.: A(x) = B(x)^4 where B(x) is the g.f. of A349362.
PROG
(PARI) a(n) = 4*sum(k=0, n, (-1)^(n-k)*binomial(n-1, n-k)*binomial(6*k+4, k)/(6*k+4));
CROSSREFS
Cf. A371379.
Sequence in context: A219780 A259902 A089816 * A245768 A152407 A291847
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 April 28 05:00 EDT 2024. Contains 372020 sequences. (Running on oeis4.)