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!)
A366236 G.f. A(x) satisfies A(x) = 1 + x + x*(1 + x)^2*A(x)^2. 2
1, 2, 6, 25, 110, 520, 2566, 13073, 68244, 363129, 1962304, 10739914, 59411546, 331652408, 1865903040, 10569319231, 60227702736, 345015430415, 1985747398748, 11477353063881, 66590427901454, 387685469752989, 2264180109124196, 13261401158297918 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 2*(1+x) / (1 + sqrt(1-4*x*(1+x)^3)).
a(n) = Sum_{k=0..n} binomial(3*k+1,n-k) * binomial(2*k,k)/(k+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(3*k+1, n-k)*binomial(2*k, k)/(k+1));
CROSSREFS
Cf. A000108.
Sequence in context: A330637 A003454 A199241 * A276277 A355862 A299098
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 05 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 April 27 18:09 EDT 2024. Contains 372020 sequences. (Running on oeis4.)