The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A364594 G.f. satisfies A(x) = 1/(1-x) + x^2*(1-x)*A(x)^4. 4
1, 1, 2, 4, 11, 31, 98, 316, 1065, 3649, 12775, 45299, 162713, 590097, 2159015, 7957003, 29517141, 110116277, 412879256, 1555048142, 5880591163, 22319380999, 84992915958, 324634976440, 1243396473153, 4774504667881, 18376620653851, 70883537152927 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} binomial(n,2*k) * binomial(4*k,k) / (3*k+1).
PROG
(PARI) a(n) = sum(k=0, n\2, binomial(n, 2*k)*binomial(4*k, k)/(3*k+1));
CROSSREFS
Sequence in context: A073191 A173139 A148164 * A213091 A148165 A148166
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 June 4 22:04 EDT 2024. Contains 373102 sequences. (Running on oeis4.)