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!)
A365180 G.f. satisfies A(x) = 1 + x*A(x)^4*(1 + x*A(x)). 9
1, 1, 5, 31, 223, 1740, 14328, 122549, 1078197, 9695359, 88710199, 823247686, 7730244098, 73310150097, 701163085849, 6755544043969, 65506554804129, 638794412442172, 6260571309256152, 61632794482411367, 609197871548209907, 6043456939539775056 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n+3*k+1,k) * binomial(k,n-k)/(n+3*k+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+3*k+1, k)*binomial(k, n-k)/(n+3*k+1));
CROSSREFS
Cf. A364747.
Sequence in context: A199877 A058309 A226924 * A192950 A001910 A052773
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 25 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 17 08:10 EDT 2024. Contains 372579 sequences. (Running on oeis4.)