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!)
A115291 Expansion of (1+x)^3/(1-x). 16

%I #29 Jun 01 2022 01:52:30

%S 1,4,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,

%T 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,

%U 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8

%N Expansion of (1+x)^3/(1-x).

%C Partial sums are A086570. Partial sums of squares are A115295. Correlation triangle is A115292.

%C Let m=4. We observe that a(n) = Sum_{k=0..floor(n/2)} C(m,n-2*k). Then there is a link with A113311 and A040000: it is the same formula with respectively m=3 and m=2. We can generalize this result with the sequence whose G.f is given by (1+z)^(m-1)/(1-z). - _Richard Choulet_, Dec 08 2009

%C Also continued fraction expansion of (132-sqrt(17))/103. - _Bruno Berselli_, Sep 23 2011

%C Also decimal expansion of 1331/9000. - _Vincenzo Librandi_, Sep 23 2011

%H <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).

%F a(n) = 8 - C(2, n) - 2*C(1, n) - 4*C(0, n);

%F a(n) = Sum_{k=0..n} C(3, k);

%F a(n) = A004070(n, 3).

%t CoefficientList[Series[(1+x)^3/(1-x),{x,0,100}],x] (* or *) PadRight[ {1,4,7},120,{8}] (* _Harvey P. Dale_, May 23 2016 *)

%Y Cf. A040000, A113311, A171418, A171440, A171441, A171442, A171443.

%K nonn,easy

%O 0,2

%A _Paul Barry_, Jan 19 2006

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 May 6 13:11 EDT 2024. Contains 372293 sequences. (Running on oeis4.)