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!)
A364588 G.f. satisfies A(x) = 1/(1-x) + x^2*A(x)^4. 1
1, 1, 2, 5, 15, 49, 170, 613, 2275, 8629, 33301, 130333, 516077, 2063685, 8321892, 33803161, 138181521, 568031297, 2346668400, 9737766513, 40569611691, 169632827345, 711611670532, 2994165070045, 12632782541053, 53433933353885, 226540298098019 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} binomial(n+k,3*k) * binomial(4*k,k) / (3*k+1).
PROG
(PARI) a(n) = sum(k=0, n\2, binomial(n+k, 3*k)*binomial(4*k, k)/(3*k+1));
CROSSREFS
Sequence in context: A176025 A084082 A190270 * A341342 A149939 A149940
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 August 29 23:34 EDT 2024. Contains 375520 sequences. (Running on oeis4.)