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!)
A372086 G.f. A(x) satisfies A(x) = 1/( 1 - 4*x*(1 + x)*A(x) )^(1/2). 1
1, 2, 12, 84, 664, 5624, 49928, 458480, 4318896, 41503168, 405267840, 4009684608, 40109536992, 404977089792, 4121810315584, 42243756499328, 435593319238144, 4515817056202496, 47040399766319360, 492117122988795392, 5168258741713256960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} 4^k * binomial(3*k/2-1/2,k) * binomial(k,n-k)/(k+1).
PROG
(PARI) a(n) = sum(k=0, n, 4^k*binomial(3*k/2-1/2, k)*binomial(k, n-k)/(k+1));
CROSSREFS
Sequence in context: A105927 A316702 A235351 * A362245 A362237 A052887
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 May 2 11:31 EDT 2024. Contains 372196 sequences. (Running on oeis4.)