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!)
A366591 G.f. A(x) satisfies A(x) = 1 + x^3*(1+x)^2*A(x)^3. 4
1, 0, 0, 1, 2, 1, 3, 12, 18, 24, 75, 180, 295, 620, 1612, 3365, 6580, 15365, 35728, 74906, 163099, 379242, 848148, 1848693, 4187193, 9583209, 21417924, 48067371, 109877922, 250010451, 564688551, 1286128272, 2944963788, 6714338592, 15313680087, 35108572386 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} binomial(2*k,n-3*k) * binomial(3*k,k)/(2*k+1).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(2*k, n-3*k)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Cf. A366555.
Sequence in context: A329025 A317548 A320327 * A007447 A153189 A362272
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 July 23 09:01 EDT 2024. Contains 374547 sequences. (Running on oeis4.)