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!)
A364742 G.f. satisfies A(x) = 1 / (1 - x*(1 + x*A(x))^3). 10
1, 1, 4, 13, 50, 201, 841, 3627, 15993, 71803, 327082, 1508002, 7023446, 32995626, 156173668, 744029238, 3565030063, 17169013899, 83061503584, 403483653745, 1967217524551, 9623463731721, 47220968518786, 232354408276613, 1146254897566224, 5668118931395946 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..n} binomial(n+1,k) * binomial(3*k,n-k).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+1, k)*binomial(3*k, n-k))/(n+1);
CROSSREFS
Sequence in context: A149456 A149457 A149458 * A002746 A149459 A149460
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 05 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 1 06:40 EDT 2024. Contains 372148 sequences. (Running on oeis4.)