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!)
A099915 Expansion of (1+4x)/((1-x)(1-10x)). 4
1, 15, 155, 1555, 15555, 155555, 1555555, 15555555, 155555555, 1555555555, 15555555555, 155555555555, 1555555555555, 15555555555555, 155555555555555, 1555555555555555, 15555555555555555, 155555555555555555 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Partial sums of (1+4x)/(1-10x)={1,14,140,1400,...}
LINKS
FORMULA
a(n)=10^n*14/9-5/9; a(n)=11a(n-1)-10a(n-2), a(0)=1, a(1)=15.
MATHEMATICA
LinearRecurrence[{11, -10}, {1, 15}, 20] (* or *) Accumulate[ CoefficientList[ Series[ (1+4x)/(1-10x), {x, 0, 20}], x]] (* Harvey P. Dale, Apr 23 2011 *)
CROSSREFS
Sequence in context: A006096 A346843 A341918 * A110557 A016304 A016849
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Oct 30 2004
STATUS
approved

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 April 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)