The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A366034 G.f. A(x) satisfies A(x) = 1/(1 - x)^3 + x*(1 - x)^3*A(x)^3. 1
1, 4, 15, 70, 405, 2676, 19075, 142562, 1100961, 8711968, 70257055, 575269278, 4769615773, 39961571228, 337805166747, 2877506096794, 24675158973081, 212835736433304, 1845348003175063, 16073746202176150, 140590118902532757, 1234285061013293716 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n+2*k+2,n-k) * binomial(3*k,k)/(2*k+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+2*k+2, n-k)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Cf. A366184.
Sequence in context: A098614 A367040 A356407 * A027316 A085349 A185133
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 04 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 May 15 05:46 EDT 2024. Contains 372538 sequences. (Running on oeis4.)