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!)
A366588 G.f. A(x) satisfies A(x) = 1 + x^3*(1+x)*A(x)^2. 2
1, 0, 0, 1, 1, 0, 2, 4, 2, 5, 15, 15, 19, 56, 84, 98, 224, 420, 552, 1002, 2022, 3069, 4983, 9801, 16577, 26455, 49049, 87945, 144287, 255112, 465244, 792012, 1369862, 2482714, 4348838, 7509580, 13439724, 23911044, 41643744, 73832632, 132039816, 232391394 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
G.f.: A(x) = 2 / (1+sqrt(1-4*x^3*(1+x))).
a(n) = Sum_{k=0..floor(n/3)} binomial(k,n-3*k) * binomial(2*k,k)/(k+1).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(k, n-3*k)*binomial(2*k, k)/(k+1));
CROSSREFS
Cf. A248100.
Sequence in context: A120493 A085880 A055883 * A085843 A198715 A216663
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 September 2 22:46 EDT 2024. Contains 375620 sequences. (Running on oeis4.)