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!)
A366590 G.f. A(x) satisfies A(x) = 1 + x^2*(1+x)^2*A(x)^3. 2
1, 0, 1, 2, 4, 12, 30, 84, 238, 680, 1993, 5882, 17575, 52976, 160870, 491924, 1512940, 4677672, 14529744, 45320640, 141897039, 445792908, 1404899598, 4440113940, 14069493813, 44689897200, 142268117566, 453839997836, 1450547245960, 4644492976232, 14896047099592 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} binomial(2*k,n-2*k) * binomial(3*k,k)/(2*k+1).
PROG
(PARI) a(n) = sum(k=0, n\2, binomial(2*k, n-2*k)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Cf. A019497.
Sequence in context: A355384 A059412 A079472 * A308556 A148186 A006948
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 14 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 3 17:26 EDT 2024. Contains 372222 sequences. (Running on oeis4.)