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!)
A365178 G.f. satisfies A(x) = 1 + x*A(x)^4*(1 + x). 12
1, 1, 5, 30, 210, 1595, 12791, 106574, 913562, 8004861, 71375653, 645536234, 5907683486, 54605672300, 509043322720, 4780441915832, 45182744331388, 429472919087158, 4102806757542542, 39370967793387086, 379335734835510622, 3668220243145708341 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(4*k+1,k) * binomial(k,n-k)/(4*k+1) = Sum_{k=0..n} binomial(k,n-k) * A002293(k).
PROG
(PARI) a(n) = sum(k=0, n, binomial(k, n-k)*binomial(4*k, k)/(3*k+1));
CROSSREFS
Sequence in context: A222050 A091122 A029587 * A001720 A361545 A051829
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 June 26 17:20 EDT 2024. Contains 373720 sequences. (Running on oeis4.)