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!)
A367640 G.f. A(x) satisfies A(x) = (1 + x)^2 + x*A(x)^3 / (1 + x)^2. 2
1, 3, 8, 36, 200, 1220, 7896, 53220, 369528, 2624772, 18981864, 139287588, 1034475624, 7761249476, 58735359032, 447827171556, 3436759851672, 26526255859716, 205782644595912, 1603655203428900, 12548225647402248, 98548826076070596, 776552629964300952 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(2*k+2,n-k) * binomial(3*k,k)/(2*k+1).
D-finite with recurrence 2*n*(14*n+71)*(2*n+1)*a(n) +3*(-150*n^3-209*n^2-379*n+228)*a(n-1) +9*(-30*n^3-981*n^2+4297*n-3624)*a(n-2) +27*(n-4)*(22*n^2-491*n+1151)*a(n-3) +81*(n-4)*(n-5)*(6*n-49)*a(n-4)=0. - R. J. Mathar, Dec 04 2023
PROG
(PARI) a(n) = sum(k=0, n, binomial(2*k+2, n-k)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Sequence in context: A299329 A362362 A020111 * A111543 A276939 A188327
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 25 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 June 7 18:53 EDT 2024. Contains 373206 sequences. (Running on oeis4.)