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!)
A372088 G.f. A(x) satisfies A(x) = 1/( 1 - 4*x*(1 + x*A(x)) )^(1/2). 1
1, 2, 8, 36, 176, 904, 4808, 26240, 146096, 826496, 4737088, 27447936, 160514144, 946139584, 5615411904, 33529225856, 201268922112, 1213912449280, 7352607996160, 44705058498560, 272757529797120, 1669423083509760, 10247263603251200, 63066403179974656 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} 4^k * binomial(n/2+k/2-1/2,k) * binomial(k,n-k)/(n-k+1).
PROG
(PARI) a(n) = sum(k=0, n, 4^k*binomial(n/2+k/2-1/2, k)*binomial(k, n-k)/(n-k+1));
CROSSREFS
Cf. A372002.
Sequence in context: A186338 A190862 A110837 * A166229 A109318 A113327
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 17 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 July 12 17:26 EDT 2024. Contains 374251 sequences. (Running on oeis4.)