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!)
A366112 Expansion of (1/x) * Series_Reversion( x*(1-x-x^5)/(1-x) ). 2

%I #11 Oct 01 2023 10:29:21

%S 1,0,0,0,0,1,1,1,1,1,7,14,22,31,41,103,235,457,791,1261,2399,5015,

%T 10257,19676,35296,65170,127520,256187,507601,969495,1834433,3534477,

%U 6962249,13809538,27061252,52439361,101701035,199152071,393332277,776589611,1525416837

%N Expansion of (1/x) * Series_Reversion( x*(1-x-x^5)/(1-x) ).

%H Seiichi Manyama, <a href="/A366112/b366112.txt">Table of n, a(n) for n = 0..1000</a>

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

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

%Y Cf. A046736, A054514, A215342.

%K nonn

%O 0,11

%A _Seiichi Manyama_, Sep 29 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 September 16 05:57 EDT 2024. Contains 375959 sequences. (Running on oeis4.)