login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099915 Expansion of (1+4x)/((1-x)(1-10x)). 4

%I #10 Jun 13 2015 00:51:34

%S 1,15,155,1555,15555,155555,1555555,15555555,155555555,1555555555,

%T 15555555555,155555555555,1555555555555,15555555555555,

%U 155555555555555,1555555555555555,15555555555555555,155555555555555555

%N Expansion of (1+4x)/((1-x)(1-10x)).

%C Partial sums of (1+4x)/(1-10x)={1,14,140,1400,...}

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

%F a(n)=10^n*14/9-5/9; a(n)=11a(n-1)-10a(n-2), a(0)=1, a(1)=15.

%t LinearRecurrence[{11,-10},{1,15},20] (* or *) Accumulate[ CoefficientList[ Series[ (1+4x)/(1-10x),{x,0,20}],x]] (* _Harvey P. Dale_, Apr 23 2011 *)

%K easy,nonn

%O 0,2

%A _Paul Barry_, Oct 30 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 18 20:35 EDT 2024. Contains 376002 sequences. (Running on oeis4.)