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!)
A372138 G.f. A(x) satisfies A(x) = 1/( 1 - x*A(x)^2*(1 + 4*x*A(x))^(1/2) ). 0
1, 1, 5, 24, 149, 945, 6464, 45360, 328661, 2426971, 18244053, 138988092, 1071271988, 8336754044, 65421283160, 517081111568, 4112772482949, 32894217211791, 264391091936095, 2134466592084000, 17300375657257629, 140728012021470193, 1148477345709237844 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} 4^(n-k) * binomial(n+2*k,k) * binomial(k/2,n-k)/(n+k+1).
PROG
(PARI) a(n) = sum(k=0, n, 4^(n-k)*binomial(n+2*k, k)*binomial(k/2, n-k)/(n+k+1));
CROSSREFS
Cf. A372136.
Sequence in context: A111766 A368534 A228067 * A322208 A241134 A340358
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 20 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 September 17 15:16 EDT 2024. Contains 375987 sequences. (Running on oeis4.)