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!)
A371754 a(n) = Sum_{k=0..floor(n/3)} binomial(3*n-2*k,n-3*k). 4
1, 3, 15, 85, 505, 3081, 19125, 120173, 761995, 4865697, 31244029, 201544551, 1305039209, 8477521051, 55221311565, 360559717807, 2359123470971, 15463951609491, 101530816122729, 667587477393509, 4395294402200983, 28972295880583861, 191181607835416543 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/((1-x-x^3) * (1-x)^(2*n)).
a(n) ~ 3^(3*n + 5/2) / (17 * sqrt(Pi*n) * 2^(2*n)). - Vaclav Kotesovec, Apr 05 2024
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(3*n-2*k, n-3*k));
CROSSREFS
Sequence in context: A093593 A212201 A011900 * A346374 A118342 A084209
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 August 31 10:25 EDT 2024. Contains 375560 sequences. (Running on oeis4.)