[go: up one dir, main page]

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!)
A371778 a(n) = Sum_{k=0..floor(n/3)} binomial(3*n+2,n-3*k). 3

%I #8 Apr 06 2024 10:04:27

%S 1,5,28,166,1015,6324,39901,254035,1628380,10493680,67914088,

%T 441086947,2873255906,18763759019,122803467241,805241108334,

%U 5288922607095,34789875710568,229147231044397,1511104857207706,9975701630282920,65920216186587257

%N a(n) = Sum_{k=0..floor(n/3)} binomial(3*n+2,n-3*k).

%F a(n) = [x^n] 1/(((1-x)^3-x^3) * (1-x)^(2*n)).

%o (PARI) a(n) = sum(k=0, n\3, binomial(3*n+2, n-3*k));

%Y Cf. A371777, A371779, A371780.

%Y Cf. A066380.

%K nonn

%O 0,2

%A _Seiichi Manyama_, Apr 05 2024

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 30 09:28 EDT 2024. Contains 375532 sequences. (Running on oeis4.)