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!)
A364596 G.f. satisfies A(x) = 1/(1-x) + x^3*(1-x)*A(x)^4. 4
1, 1, 1, 2, 4, 7, 15, 36, 82, 191, 471, 1166, 2884, 7267, 18523, 47349, 121821, 315781, 822165, 2148811, 5641035, 14864295, 39287907, 104154066, 276899112, 737984583, 1971375679, 5277570860, 14156881590, 38045460023, 102421374775, 276174537027, 745822179831 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} binomial(n-k,2*k) * binomial(4*k,k) / (3*k+1).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(n-k, 2*k)*binomial(4*k, k)/(3*k+1));
CROSSREFS
Sequence in context: A072964 A247291 A030033 * A280031 A135131 A032363
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jul 29 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 9 17:14 EDT 2024. Contains 372354 sequences. (Running on oeis4.)