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!)
A366696 G.f. satisfies A(x) = (1 + x)^2 + x*A(x)^3. 1
1, 3, 10, 57, 378, 2730, 20853, 165592, 1353297, 11307168, 96148149, 829336122, 7238765532, 63816716547, 567425771478, 5082596905629, 45820260590481, 415423374916503, 3785371205061825, 34647928319586375, 318419608552433190, 2937021429784279707 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(2*(2*k+1),n-k) * binomial(3*k,k)/(2*k+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(2*(2*k+1), n-k)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Cf. A364620.
Sequence in context: A107871 A111270 A307906 * A274585 A333031 A242953
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 16 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 July 16 23:11 EDT 2024. Contains 374360 sequences. (Running on oeis4.)