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!)
A365184 G.f. satisfies A(x) = 1 + x*A(x)^5*(1 + x). 9
1, 1, 6, 45, 395, 3775, 38146, 400826, 4335455, 47951065, 539823620, 6165377836, 71261299056, 831990025420, 9797505040130, 116235417614900, 1387958781395535, 16668362761081560, 201190667288072005, 2439418470063468505, 29698136499328762445 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(5*k+1,k) * binomial(k,n-k)/(5*k+1) = Sum_{k=0..n} binomial(k,n-k) * A002294(k).
PROG
(PARI) a(n) = sum(k=0, n, binomial(k, n-k)*binomial(5*k, k)/(4*k+1));
CROSSREFS
Sequence in context: A233668 A243694 A227169 * A135148 A137974 A371541
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 25 2023
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 August 7 12:22 EDT 2024. Contains 375012 sequences. (Running on oeis4.)