login
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
OFFSET
0,2
COMMENTS
Partial sums of (1+4x)/(1-10x)={1,14,140,1400,...}
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