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!)
A371742 a(n) = Sum_{k=0..floor(n/2)} binomial(3*n-k,n-2*k). 4
1, 3, 16, 92, 551, 3380, 21065, 132771, 843944, 5399802, 34731776, 224361283, 1454557294, 9458829681, 61670895633, 403003997300, 2638776935215, 17308508054848, 113709379928689, 748069400432262, 4927608724973776, 32495826854732633, 214521754579553129 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/((1-x-x^2) * (1-x)^(2*n)).
a(n) ~ 3^(3*n + 3/2) / (5 * sqrt(Pi*n) * 2^(2*n)). - Vaclav Kotesovec, Apr 05 2024
PROG
(PARI) a(n) = sum(k=0, n\2, binomial(3*n-k, n-2*k));
CROSSREFS
Cf. A183160.
Sequence in context: A099952 A305852 A221764 * A213229 A323968 A074555
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 05 2024
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 July 27 21:34 EDT 2024. Contains 374651 sequences. (Running on oeis4.)