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!)
A366589 G.f. A(x) satisfies A(x) = 1 + x^4*(1+x)*A(x)^2. 3
1, 0, 0, 0, 1, 1, 0, 0, 2, 4, 2, 0, 5, 15, 15, 5, 14, 56, 84, 56, 56, 210, 420, 420, 342, 834, 1980, 2640, 2409, 3795, 9141, 15015, 16445, 20449, 43043, 80509, 104962, 123838, 215072, 419848, 630838, 780572, 1164228, 2190552, 3629704, 4884100, 6760390, 11715210 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
G.f.: A(x) = 2 / (1+sqrt(1-4*x^4*(1+x))).
a(n) = Sum_{k=0..floor(n/4)} binomial(k,n-4*k) * binomial(2*k,k)/(k+1).
PROG
(PARI) a(n) = sum(k=0, n\4, binomial(k, n-4*k)*binomial(2*k, k)/(k+1));
CROSSREFS
Cf. A366554.
Sequence in context: A258711 A127278 A356165 * A335764 A202069 A364529
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 16 10:42 EDT 2024. Contains 375965 sequences. (Running on oeis4.)