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!)
A364403 G.f. A(x) satisfies A(x) = 1 + x^4 * (A(x) / (1 - x))^3. 1

%I #16 Oct 15 2023 09:25:51

%S 1,0,0,0,1,3,6,10,18,39,91,204,435,919,1992,4434,9947,22215,49455,

%T 110480,248505,561930,1273610,2889666,6566736,14959083,34163511,

%U 78182700,179201199,411325125,945512784,2176710450,5018195400,11583688995,26770164919

%N G.f. A(x) satisfies A(x) = 1 + x^4 * (A(x) / (1 - x))^3.

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

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

%Y Partial sums give A364552.

%Y Cf. A000245, A213282, A361932.

%K nonn

%O 0,6

%A _Seiichi Manyama_, Oct 15 2023

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 2 12:24 EDT 2024. Contains 374846 sequences. (Running on oeis4.)