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!)
A371520 G.f. A(x) satisfies A(x) = (1 + x*A(x) / (1-x))^5. 5
1, 5, 40, 360, 3495, 35726, 378965, 4133080, 46059020, 522196465, 6004261226, 69849651025, 820651943130, 9723556336780, 116056250171385, 1394082307995626, 16840510019954835, 204453614350921540, 2493311080293185200, 30528431677508637205, 375155454309681439001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 5 * Sum_{k=0..n} binomial(n-1,n-k) * binomial(5*k+4,k)/(4*k+5) = Sum_{k=0..n} binomial(n-1,n-k) * binomial(5*k+5,k)/(k+1).
G.f.: A(x) = B(x)^5 where B(x) is the g.f. of A349332.
PROG
(PARI) a(n) = 5*sum(k=0, n, binomial(n-1, n-k)*binomial(5*k+4, k)/(4*k+5));
CROSSREFS
Sequence in context: A264227 A052798 A137973 * A052788 A213104 A219560
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 30 08:10 EDT 2024. Contains 373861 sequences. (Running on oeis4.)