The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A371517 G.f. A(x) satisfies A(x) = (1 + x*A(x) / (1-x))^4. 6
1, 4, 26, 188, 1459, 11892, 100444, 871528, 7722557, 69590628, 635807180, 5876094308, 54836925779, 516029817620, 4891147100886, 46653935716492, 447490869463145, 4313492172957396, 41763413498670702, 405968522259130636, 3960526930400038404 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 4 * Sum_{k=0..n} binomial(n-1,n-k) * binomial(4*k+3,k)/(3*k+4) = Sum_{k=0..n} binomial(n-1,n-k) * binomial(4*k+4,k)/(k+1).
G.f.: A(x) = B(x)^4 where B(x) is the g.f. of A349331.
PROG
(PARI) a(n) = 4*sum(k=0, n, binomial(n-1, n-k)*binomial(4*k+3, k)/(3*k+4));
CROSSREFS
Cf. A371486.
Sequence in context: A052775 A137964 A107649 * A052763 A213101 A084211
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 May 21 01:24 EDT 2024. Contains 372720 sequences. (Running on oeis4.)